旺销王浏览器采集插件

旺销王浏览器采集插件

旺销王浏览器插件,用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "福州华天伟业网络科技有限公司",
  "manifest_version": 2,
  "name": "旺销王浏览器采集插件",
  "description": "旺销王浏览器插件,用于采集任意跨境电商平台网站中的产品信息。您可以将任意店铺、商品等资料快速复制到自己的店铺中。",
  "version": "6.5.9",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo16.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    },
    "default_title": "旺销王浏览器采集插件",
    "default_popup": "popup.html"
  },
  "externally_connectable": {
    "matches": [
      "*://*.wxwerp.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/i18n.js",
        "js/jquery.js",
        "js/util.js",
        "js/ui.js",
        "js/BrowserClient.js",
        "js/clipboard.min.js",
        "js/initPopup.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/i18n.js",
      "js/jquery.js",
      "js/util.js",
      "js/client.js",
      "js/background.js",
      "js/wxwclient.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "notifications",
    "cookies",
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    "index.html",
    "manifest.json"
  ]
}