Meeting Recorder Firefox

Examine source code of Meeting Recorder

Inspect and view changes in Meeting Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Meeting Recorder",
  "version": "1.0",
  "description": "Automatically create and store meeting records.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a952cb7a-b94d-4ff2-b1b3-39bad68b3dce}"
    }
  }
}

Best Meeting Recorder Alternatives

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