100Express

中国集运专家,一键添加包裹功能!

Cos'è 100Express?

100Express è un'estensione di Chrome sviluppata da https://www.100express.com, e la sua funzione principale è "中国集运专家,一键添加包裹功能!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 100Express

Scarica i file di estensione 100Express in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        中国集运专家,一键添加包裹功能!                    

Informazioni di Base sull'Estensione

Nome 100Express 100Express
ID pcaljnfcckhocelhhimepocadoedfgdj
URL Ufficiale https://chromewebstore.google.com/detail/100express/pcaljnfcckhocelhhimepocadoedfgdj
Descrizione 中国集运专家,一键添加包裹功能!
Dimensione del File 325 KB
Conteggio Installazioni 336
Versione Corrente 1.0.6
Ultimo Aggiornamento 2018-12-09
Data di Pubblicazione 2018-12-09
Sviluppatore https://www.100express.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.100express.com/
Lingue Supportate 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\/*"
    ]
}