协力上货王

协力上货王

协力上货王产品采集工具,支持淘宝、1688、速卖通、搜款网、莱卡尼等网站的产品数据抓取

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "协力上货王",
  "short_name": "xlispider",
  "description": "协力上货王产品采集工具,支持淘宝、1688、速卖通、搜款网、莱卡尼等网站的产品数据抓取",
  "version": "2.0.20",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png"
    },
    "default_title": "协力上货王产品采集工具,支持淘宝、1688、速卖通、搜款网、莱卡尼等网站的产品数据抓取"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/jquery-1.10.js",
        "js/main.js",
        "js/xlialert.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*.xlisoft.com/",
    "https://desc.alicdn.com/",
    "http://dsc.taobaocdn.com/",
    "http://*.aliexpress.com/",
    "https://*.aliexpress.com/",
    "http://*.1688.com/",
    "http://*.alibaba.com/",
    "https://*.taobao.com/",
    "http://*.taobao.com/",
    "https://*.tmall.com/",
    "http://*.ebay.com/",
    "http://*.ebaydesc.com/",
    "http://www.amazon.com/",
    "http://item.jd.com/",
    "http://p.3.cn/",
    "http://d.3.cn/",
    "http://127.0.0.1/",
    "http://localhost:8080/"
  ]
}