Email Extractor

Email Extractor

Extracting foreign trade customer's email from web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.1.2",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/logo.png",
    "32": "img/logo.png",
    "48": "img/logo.png",
    "128": "img/logo.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "__MSG_appName__",
    "default_icon": "img/logo.png",
    "default_popup": "html/popup.html"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "js": [
        "js/common/jquery.min.3.1.1.js",
        "js/common/libphone.js",
        "js/common/psl.min.js",
        "js/common/static.js",
        "js/common/util.js",
        "js/page.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}