Threat Email AI Scanner (EN) Firefox

Examine source code of Threat Email AI Scanner (EN)

Inspect and view changes in Threat Email AI Scanner (EN) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Threat Email – Gmail AI Scanner (EN)",
  "version": "1.1",
  "description": "Instant AI-powered email analysis to detect phishing.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://mail.google.com/*",
    "https://threatemail.com/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    },
    "default_title": "Analyze this email"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "threatemail-en@hexaaitech.com",
      "strict_min_version": "91.0"
    }
  }
}

Best Threat Email AI Scanner (EN) Alternatives

Here are some Firefox add-ons that are similar to Threat Email AI Scanner (EN):