Leads Finder

Leads Finder

Grow sales by collecting leads easily. Extract all emails from any web page. Includes Autovisit and bulk URLs emails extraction tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__extNameFull__",
  "short_name": "__MSG_extName__",
  "version": "0.2.0.1",
  "description": "__MSG_ext_description__",
  "manifest_version": 2,
  "default_locale": "en",
  "options_ui": {
    "page": "html/options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "res/icons/logo/logo_16.png",
      "32": "res/icons/logo/logo_32.png",
      "48": "res/icons/logo/logo_48.png",
      "128": "res/icons/logo/logo_128.png"
    }
  },
  "icons": {
    "16": "res/icons/logo/logo_16.png",
    "32": "res/icons/logo/logo_32.png",
    "48": "res/icons/logo/logo_48.png",
    "128": "res/icons/logo/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [],
      "js": [
        "js/jquery.js",
        "js/arrive.min.js",
        "js/contentScript.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "res/icons/logo/logo_128.png"
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "author": "Oziku Technologies LLC",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6b3cdb42-1c9a-4760-806d-ad5fb8754cb4}"
    }
  }
}