Meet Message Notification Firefox

Examine source code of Meet Message Notification

提供元: Dharmavir Yadav
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"
  ]
}

ベストのMeet Message Notification代替案

Meet Message Notificationに類似したFirefox add-onをいくつか紹介します: