ContactHarvest-Email-Extractor Firefox

Examine source code of ContactHarvest-Email-Extractor

Inspect and view changes in ContactHarvest-Email-Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ContactHarvest — Email & Phone Extractor",
  "version": "1.0.0",
  "description": "Extract emails and phone numbers with confidence scoring, smart normalization, and session capture.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://api.nametoprofile.com/*"
  ],
  "background": {
    "scripts": [
      "lib/libphonenumber.max.js",
      "lib/xlsx.min.js",
      "lib/normalizer.js",
      "lib/validator.js",
      "lib/scorer.js",
      "lib/api-client.js",
      "lib/auth-state.js",
      "lib/dedup.js",
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/normalizer.js",
        "lib/validator.js",
        "lib/scorer.js",
        "lib/extractor.js",
        "lib/pairer.js",
        "content/highlighter.js",
        "content/crawler.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    }
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contactharvest@nametoprofile.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  }
}

Best ContactHarvest-Email-Extractor Alternatives

Here are some Firefox add-ons that are similar to ContactHarvest-Email-Extractor: