Lead Email Finder & Validator Firefox

Examine source code of Lead Email Finder & Validator

Inspect and view changes in Lead Email Finder & Validator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lead Email Finder & Validator",
  "version": "1.0.0",
  "description": "Find and highlight emails on the current page, then validate them using a secure backend.",
  "browser_specific_settings": {
    "gecko": {
      "id": "lead-email-finder@nudgen.net",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "websiteContent"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Lead Email Finder",
    "default_icon": {
      "16": "assets/logo.png",
      "48": "assets/logo.png",
      "128": "assets/logo.png"
    }
  },
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://localhost:8787/*",
    "https://nudgen.net/*",
    "https://app.nudgen.net/*",
    "https://leadfinder.nudgen.net/*",
    "https://www.google-analytics.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' http://localhost:8787 https://nudgen.net https://app.nudgen.net https://leadfinder.nudgen.net https://www.google-analytics.com"
  }
}

Best Lead Email Finder & Validator Alternatives

Here are some Firefox add-ons that are similar to Lead Email Finder & Validator: