TaoBaoExpress

Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất

Cos'è TaoBaoExpress?

TaoBaoExpress è un'estensione di Chrome sviluppata da TuanTep, e la sua funzione principale è "Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TaoBaoExpress

Scarica i file di estensione TaoBaoExpress 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

                        Ứng dụng hỗ trợ khách hàng mua hàng trực tuyến tại các trang bán hàng của Trung Quốc như taobao.com tmall.com...

Ứng dụng đang trong quá trình thửi nghiệm

Phát triển bởi http://taobaoexpress.vn
Code by: [email protected]                    

Informazioni di Base sull'Estensione

Nome TaoBaoExpress TaoBaoExpress
ID egbbmanpfmppajapegliippkollbnkag
URL Ufficiale https://chromewebstore.google.com/detail/taobaoexpress/egbbmanpfmppajapegliippkollbnkag
Descrizione Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất
Dimensione del File 70.48 KB
Conteggio Installazioni 14
Versione Corrente 1.1
Ultimo Aggiornamento 2015-05-15
Data di Pubblicazione 2015-05-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore TuanTep
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaoBaoExpress",
    "description": "Mua V\u00e0 Nh\u1eadp H\u00e0ng Trung Qu\u1ed1c Chuy\u00ean Nghi\u1ec7p, Gi\u00e1 R\u1ebb Nh\u1ea5t",
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "myPopup.html",
        "default_title": "\u1ee8ng d\u1ee5ng TaoBaoExpress.vn"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*"
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "myscript-taobao.js",
                "dathang.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/*"
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "myscript-tmall.js",
                "dathang.js"
            ]
        }
    ]
}