TaoBaoExpress

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

Was ist TaoBaoExpress?

TaoBaoExpress ist eine Chrome-Erweiterung, die von TuanTep entwickelt wurde, und ihr Hauptmerkmal ist "Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất".

Erweiterungsscreenshots

screenshot

TaoBaoExpress-Erweiterungs-CRX-Datei herunterladen

Laden Sie TaoBaoExpress-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

                        Ứ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]                    

Grundlegende Informationen zur Erweiterung

Name TaoBaoExpress TaoBaoExpress
ID egbbmanpfmppajapegliippkollbnkag
Offizielle URL https://chromewebstore.google.com/detail/taobaoexpress/egbbmanpfmppajapegliippkollbnkag
Beschreibung Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất
Dateigröße 70.48 KB
Installationsanzahl 14
Aktuelle Version 1.1
Letztes Update 2015-05-15
Veröffentlichungsdatum 2015-05-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler TuanTep
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}