协力上货王
协力上货王产品采集工具,支持淘宝、1688、速卖通、搜款网、莱卡尼等网站的产品数据抓取
What is 协力上货王?
协力上货王 is a Chrome extension developed by 协力网络科技有限公司, and its main feature is "协力上货王产品采集工具,支持淘宝、1688、速卖通、搜款网、莱卡尼等网站的产品数据抓取".
Extension Screenshots
Download 协力上货王 Extension CRX File
Download 协力上货王 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
协力上货王产品采集工具,支持淘宝、1688、速卖通、eBay、搜款网、莱卡尼等网站的产品数据抓取
Extension Basic Information
Name | |
ID | jkbdoahdcclchoifjokgamjcpianpdbo |
Official URL | https://chrome.google.com/webstore/detail/%E5%8D%8F%E5%8A%9B%E4%B8%8A%E8%B4%A7%E7%8E%8B/jkbdoahdcclchoifjokgamjcpianpdbo |
Description | 协力上货王产品采集工具,支持淘宝、1688、速卖通、搜款网、莱卡尼等网站的产品数据抓取 |
File Size | 210 KB |
Installation Count | 1,000 |
Current Version | 2.0.20 |
Last Updated | 2018-06-28 |
Publish Date | 2018-06-28 |
Developer | 协力网络科技有限公司 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u534f\u529b\u4e0a\u8d27\u738b", "short_name": "xlispider", "description": "\u534f\u529b\u4e0a\u8d27\u738b\u4ea7\u54c1\u91c7\u96c6\u5de5\u5177\uff0c\u652f\u6301\u6dd8\u5b9d\u30011688\u3001\u901f\u5356\u901a\u3001\u641c\u6b3e\u7f51\u3001\u83b1\u5361\u5c3c\u7b49\u7f51\u7ad9\u7684\u4ea7\u54c1\u6570\u636e\u6293\u53d6", "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": "\u534f\u529b\u4e0a\u8d27\u738b\u4ea7\u54c1\u91c7\u96c6\u5de5\u5177\uff0c\u652f\u6301\u6dd8\u5b9d\u30011688\u3001\u901f\u5356\u901a\u3001\u641c\u6b3e\u7f51\u3001\u83b1\u5361\u5c3c\u7b49\u7f51\u7ad9\u7684\u4ea7\u54c1\u6570\u636e\u6293\u53d6" }, "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\/" ] } |