微智能 - 浏览器插件
用于采集速卖通和Wish等跨境电商平台的产品及其他数据
What is 微智能 - 浏览器插件?
微智能 - 浏览器插件 is a Chrome extension developed by https://wzntool.com, and its main feature is "用于采集速卖通和Wish等跨境电商平台的产品及其他数据".
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
增加了速卖通商品流量同步 增加了速卖通转内推广同步 修复了已知BUG
Extension Basic Information
Name | |
ID | gkgekoobpemklogaclbobliifdfbmljf |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E6%99%BA%E8%83%BD-%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8F%92%E4%BB%B6/gkgekoobpemklogaclbobliifdfbmljf |
Description | 用于采集速卖通和Wish等跨境电商平台的产品及其他数据 |
File Size | 70.95 KB |
Installation Count | 672 |
Current Version | 1.36 |
Last Updated | 2023-08-25 |
Publish Date | 2020-04-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://wzntool.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.wzntool.com/PrivacyPolicy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u667a\u80fd - \u6d4f\u89c8\u5668\u63d2\u4ef6", "version": "1.36", "manifest_version": 2, "description": "\u7528\u4e8e\u91c7\u96c6\u901f\u5356\u901a\u548cWish\u7b49\u8de8\u5883\u7535\u5546\u5e73\u53f0\u7684\u4ea7\u54c1\u53ca\u5176\u4ed6\u6570\u636e", "author": "Yu Chen", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "\u5fae\u667a\u80fd - \u6d4f\u89c8\u5668\u63d2\u4ef6" }, "permissions": [ "cookies", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.alibaba.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.co.uk\/*", "http:\/\/*.ebaydesc.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.wish.com\/*", "http:\/\/*.jd.com\/*", "http:\/\/*.joom.com\/*", "https:\/\/*.tophatter.com\/*", "https:\/\/*.xiapibuy.com\/*", "https:\/\/*.banggood.com\/*", "https:\/\/*.gearbest.com\/*", "https:\/\/*.chinabrands.com\/*", "https:\/\/*.chinabrands.cn\/*", "https:\/\/*.yixuanpin.cn\/*", "https:\/\/*.haiyingshuju.com\/*", "https:\/\/*.lazada.sg\/*", "https:\/\/*.lazada.co.th\/*", "https:\/\/*.lazada.com.my\/*", "https:\/\/*.lazada.vn\/*", "https:\/\/*.lazada.com.ph\/*", "https:\/\/*.lazada.co.id\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.dhgate.com\/*", "https:\/\/*.etsy.com\/*", "http:\/\/*.pfhoo.com\/*", "https:\/\/*.pfhoo.com\/*", "https:\/\/*.yangkeduo.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.wzntool.com\/*", "https:\/\/*.wzntool.com\/*", "http:\/\/*.cnfth.com\/plugin\/*", "https:\/\/*.cnfth.com\/plugin\/*", "http:\/\/*.localhost:36471\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] }, { "matches": [ "https:\/\/*.aliexpress.com\/apps\/*" ], "js": [ "js\/message.js", "js\/html.js", "js\/jquery.js", "js\/apiManager.js", "js\/aeProductInfoContent.js" ], "css": [ "css\/wzn.css", "css\/crawl_wzn.css", "css\/wzn_modal.css" ] } ], "homepage_url": "https:\/\/www.wzntool.com", "background": { "scripts": [ "js\/jquery.js", "js\/background.js", "js\/md5.js" ] } } |