EGC56集运助手
EGC56集运订单导入工具
What is EGC56集运助手?
EGC56集运助手 is a Chrome extension developed by https://egc56.com, and its main feature is "EGC56集运订单导入工具".
Extension Screenshots
Download EGC56集运助手 Extension CRX File
Download EGC56集运助手 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
Instantly add items to Egc56's shopping cart while browsing on Taobao/Tmall website. 常荣集运(EGC56),提供国际物流服务,为客户提供东南亚地区购买的货物整合服务,并将其跨境运输到另一个海外目的地. Changrong Shipping(EGC56) provides international logistics services to provide customers with goods integration services purchased in Southeast Asia and transports them across borders to another overseas destination.
Extension Basic Information
Name | EGC56集运助手 |
ID | kgmoapeigndbeobpjnkhghbkpplhcdci |
Official URL | https://chromewebstore.google.com/detail/egc56%E9%9B%86%E8%BF%90%E5%8A%A9%E6%89%8B/kgmoapeigndbeobpjnkhghbkpplhcdci |
Description | EGC56集运订单导入工具 |
File Size | 165 KB |
Installation Count | 345 |
Current Version | 1.0.1 |
Last Updated | 2022-04-13 |
Publish Date | 2020-07-19 |
Developer | https://egc56.com |
[email protected] | |
Payment Type | free |
Extension Website | https://egc56.com/ |
Help Page URL | https://egc56.com/Help |
Privacy Policy Page URL | https://egc56.com/Privacy-policy |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "EGC56\u96c6\u8fd0\u52a9\u624b", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "EGC56\u96c6\u8fd0\u8ba2\u5355\u5bfc\u5165\u5de5\u5177", "version": "1.0.1", "browser_action": { "default_icon": "image\/jy_48.png", "default_title": "EGC56\u96c6\u8fd0\u52a9\u624b", "default_popup": "index.html" }, "icons": { "16": "image\/jy_16.png", "48": "image\/jy_48.png", "128": "image\/jy_128.png" }, "permissions": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/world.taobao.com\/*", "*:\/\/item.taobao.com\/*", "*:\/\/world.tmall.com\/*", "*:\/\/detail.tmall.com\/*", "*:\/\/item.jd.com\/*", "*:\/\/product.dangdang.com\/*", "*:\/\/detail.1688.com\/*", "*:\/\/detail.vip.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.jd.com\/*" ], "background": { "scripts": [ "js\/jquery-1.9.1.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/world.taobao.com\/*", "*:\/\/item.taobao.com\/*", "*:\/\/world.tmall.com\/*", "*:\/\/detail.tmall.com\/*", "*:\/\/item.jd.com\/*", "*:\/\/product.dangdang.com\/*", "*:\/\/detail.1688.com\/*", "*:\/\/detail.vip.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.jd.com\/*" ], "css": [ "css\/Asia5bPlugin.css" ], "js": [ "js\/config.js", "js\/jquery-1.9.1.min.js", "js\/iscroll-probe.js", "js\/md5.min.js", "js\/Asia5bPlugin.js" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": "script-src 'self'; object-src 'self'" } |