100Express
中国集运专家,一键添加包裹功能!
Was ist 100Express?
100Express ist eine Chrome-Erweiterung, die von https://www.100express.com entwickelt wurde, und ihr Hauptmerkmal ist "中国集运专家,一键添加包裹功能!".
Erweiterungsscreenshots
100Express-Erweiterungs-CRX-Datei herunterladen
Laden Sie 100Express-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
中国集运专家,一键添加包裹功能! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pcaljnfcckhocelhhimepocadoedfgdj |
| Offizielle URL | https://chromewebstore.google.com/detail/100express/pcaljnfcckhocelhhimepocadoedfgdj |
| Beschreibung | 中国集运专家,一键添加包裹功能! |
| Dateigröße | 325 KB |
| Installationsanzahl | 336 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2018-12-09 |
| Veröffentlichungsdatum | 2018-12-09 |
| Entwickler | https://www.100express.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.100express.com/ |
| Unterstützte Sprachen | 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\/*"
]
} | |