Context Menu Enterprise Firefox

Examine source code of Context Menu Enterprise

Inspect and view changes in Context Menu Enterprise source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "search.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/autolinker.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/ai_overlay.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "description": "Save time, drive SOP adherence, & boost productivity all from the convenience of the right click menu",
  "icons": {
    "16": "images/logo16.png",
    "128": "images/logo128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Quick Playbook",
    "default_icon": {
      "16": "images/logo16.png",
      "128": "images/logo128.png"
    }
  },
  "default_locale": "en",
  "manifest_version": 3,
  "name": "Context Menu Enterprise",
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "scripting",
    "activeTab",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://api.notion.com/*",
    "https://hooks.slack.com/*",
    "https://outlook.office.com/*",
    "<all_urls>"
  ],
  "version": "2.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@contextmenuenterprise.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Context Menu Enterprise Alternatives

Here are some Firefox add-ons that are similar to Context Menu Enterprise: