100Express
中国集运专家,一键添加包裹功能!
What is 100Express?
100Express is a Chrome extension developed by https://www.100express.com, and its main feature is "中国集运专家,一键添加包裹功能!".
Extension Screenshots
Download 100Express Extension CRX File
Download 100Express 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
中国集运专家,一键添加包裹功能!
Extension Basic Information
Name | 100Express |
ID | pcaljnfcckhocelhhimepocadoedfgdj |
Official URL | https://chromewebstore.google.com/detail/100express/pcaljnfcckhocelhhimepocadoedfgdj |
Description | 中国集运专家,一键添加包裹功能! |
File Size | 325 KB |
Installation Count | 336 |
Current Version | 1.0.6 |
Last Updated | 2018-12-09 |
Publish Date | 2018-12-09 |
Developer | https://www.100express.com |
Payment Type | free |
Extension Website | https://www.100express.com/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "100Express", "version": "1.0.6", "manifest_version": 2, "background": { "scripts": [ "lib\/jquery.min.js", "lib\/dist\/js\/bootstrap.min.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/buyertrade.taobao.com\/trade\/itemlist\/*" ], "css": [ "\/contents\/content.css", "\/lib\/dist\/css\/bootstrap.min.css" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/dist\/js\/bootstrap.min.js", "\/contents\/taobao.js", "\/contents\/content.js" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "*:\/\/trade.1688.com\/order\/buyer_order_list.htm*", "*:\/\/work.1688.com\/*" ], "css": [ "\/contents\/content.css", "\/lib\/dist\/css\/bootstrap.min.css" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/dist\/js\/bootstrap.min.js", "\/contents\/1688.js", "\/contents\/content.js" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "*:\/\/order.jd.com\/*" ], "css": [ "\/contents\/content.css", "\/lib\/dist\/css\/bootstrap.min.css" ], "js": [ "\/lib\/jquery.min.js", "\/lib\/dist\/js\/bootstrap.min.js", "\/contents\/jd.js", "\/contents\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage", "*:\/\/order.jd.com\/*", "*:\/\/trade.1688.com\/*", "*:\/\/buyertrade.taobao.com\/*", "*:\/\/work.1688.com\/*", "*:\/\/www.100express.com\/*" ] } |