StudentsList Firefox

Examine source code of StudentsList

Inspect and view changes in StudentsList source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StudentsList",
  "version": "1.0",
  "description": "record the students' names in the meeting then export the list to excel file",
  "icons": {
    "48": "ico.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "ico.png",
    "default_title": "click here"
  },
  "permissions": [
    "activeTab",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "js": [
        "WE.js"
      ]
    }
  ]
}

Mejores alternativas StudentsList

Aquí hay algunas Firefox add-ons que son similares a StudentsList: