Meeting helper Firefox

Examine source code of Meeting helper

Inspect and view changes in Meeting helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Meeting helper",
  "version": "2.0.1",
  "description": "Record attend time and leave time and live show who is muted, who's video off, absent members",
  "author": "Mahmudul Alam",
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*",
        "*://zoom.us/*",
        "*://*.zoom.us/*"
      ],
      "js": [
        "src/attendance.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/Meet.png",
    "default_popup": "src/popup.html",
    "default_title": "Meeting Helper"
  }
}

Best Meeting helper Alternatives

Here are some Firefox add-ons that are similar to Meeting helper: