GladMail 外贸客户邮箱查找工具

GladMail 外贸客户邮箱查找工具

简单好用的网页邮箱获取工具,在任何网站上挖掘邮箱。快速提取谷歌搜索到的目标客户网站。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.20",
  "manifest_version": 3,
  "name": "GladMail 外贸客户邮箱查找工具",
  "description": "简单好用的网页邮箱获取工具,在任何网站上挖掘邮箱。快速提取谷歌搜索到的目标客户网站。",
  "action": {
    "default_icon": "icon.png",
    "default_title": "Email Catcher",
    "default_popup": "popup.html"
  },
  "author": "gladGroup",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "declarativeContent",
    "scripting"
  ],
  "homepage_url": "https://www.x315.cn",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "sdk.js",
        "icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApxc0CtsTO9nar/Y9ahbi1iJkSoG81875OgQHoexqGP6cNHIm4H7eigCRbiSK6iCStVFPsE9qQgTGIXvIGDTCVSZKytJQ7TNiVCoPYwoZBUx18sd3GojSa1LtzLkeMuVEevPb3q7Ub1MTqLpDpdhHZCK+//4bjXc9IQR0N9IwbjZ4BgAVRRJfGmBDoR6xnrv5by++bIoozgmYhK2gwlN0DVWg63jBpS1qbIpNaMSh1sScOQvBEk1vzCVV29Z40RPpIsE8ipK0c61j7O7avCvqzRvazpvgPBf16LqJFMGrGXPUh3MT1I8OT05N67eIpSPS5UEnKcH411aBwo4lTYURcQIDAQAB"
}