贸牛精灵

贸牛精灵

一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "贸牛精灵",
  "permissions": [
    "*://profile.alibaba.com/receive_list.htm*",
    "tabs"
  ],
  "version": "5.5",
  "background": {
    "persistent": false,
    "scripts": [
      "build/background.build.js"
    ]
  },
  "browser_action": {
    "default_icon": "email.png",
    "default_popup": "popup.html",
    "default_title": "贸牛精灵"
  },
  "content_scripts": [
    {
      "js": [
        "build/content.build.js"
      ],
      "matches": [
        "*://profile.alibaba.com/receive_list.htm*"
      ]
    }
  ],
  "icons": {
    "16": "email.png",
    "32": "email.png",
    "48": "email.png"
  }
}