超级下单

超级下单:万能的一件代发下单神器!…

Cos'è 超级下单?

超级下单 è un'estensione di Chrome sviluppata da chaojixiadan, e la sua funzione principale è "超级下单:万能的一件代发下单神器!…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 超级下单

Scarica i file di estensione 超级下单 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

                        超级下单:万能的一件代发下单神器!
超级下单,是阿里巴巴为淘宝卖家量身定制的一件代发下单神器。通过超级下单,淘宝卖家可以快速向1688供应商下单,下单后供应商的发货信息和物流信息也能实时同步到淘宝店铺。超级下单旨在解决所有淘宝卖家代发下单的难题,实现一键快速向供应商下单。                    

Informazioni di Base sull'Estensione

Nome 超级下单 超级下单
ID dllgocogbblembnhmkbjbakkfkooficl
URL Ufficiale https://chromewebstore.google.com/detail/%E8%B6%85%E7%BA%A7%E4%B8%8B%E5%8D%95/dllgocogbblembnhmkbjbakkfkooficl
Descrizione 超级下单:万能的一件代发下单神器!…
Dimensione del File 69.29 KB
Conteggio Installazioni 993
Versione Corrente 1.3
Ultimo Aggiornamento 2017-02-06
Data di Pubblicazione 2017-02-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore chaojixiadan
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8d85\u7ea7\u4e0b\u5355",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/jquery.js"
        ]
    },
    "icons": {
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/default-icon.png",
        "default_title": "\u8d85\u7ea7\u4e0b\u5355",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.taobao.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery.js",
                "content\/content.min.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.1688.com\/*",
        "*:\/\/*.taobao.com\/*"
    ]
}