Meeting Auto-Summarizer Firefox

Examine source code of Meeting Auto-Summarizer

By: 13Win
Inspect and view changes in Meeting Auto-Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Meeting Auto-Summarizer",
  "version": "1.3",
  "description": "Automatically summarizes meeting transcripts from online calls and provides quick insights.",
  "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"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zoom.us/*",
        "*://meet.google.com/*",
        "*://*.microsoft.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{588ee0f8-d042-4c7c-a63c-e3f390efc05f}"
    }
  }
}

Best Meeting Auto-Summarizer Alternatives

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