Meet Message Notification Firefox

Examine source code of Meet Message Notification

Inspect and view changes in Meet Message Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Meet Message Notification",
  "version": "1.1",
  "description": "Help teachers to see participant Message When Browse Tab is Hide during presentation",
  "icons": {
    "48": "icons/meet.png"
  },
  "permissions": [
    "notifications",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*-*"
      ],
      "js": [
        "mynew.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "mynew.js",
    "icons/offline.png",
    "icons/online.png"
  ]
}

Melhores alternativas Meet Message Notification

Aqui estão algumas Firefox add-ons que são similares a Meet Message Notification: