Đặt hàng 86

Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam

Cos'è Đặt hàng 86?

Đặt hàng 86 è un'estensione di Chrome sviluppata da hoanmuada, e la sua funzione principale è "Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Đặt hàng 86

Scarica i file di estensione Đặt hàng 86 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

                        Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam
Cung cấp dịch vụ đặt hàng, thanh toán và vận chuyển hộ đối với các website thương mại điện tử của Trung Quốc. Vượt qua rào cản về ngôn ngữ, thanh toán, vận chuyển, chúng tôi mang đến cho các bạn những nguồn hàng đa dạng, phong phú với giá cả và chi phí thấp nhất phục vụ tối đa nhu cầu kinh doanh cũng như sử dụng.                    

Informazioni di Base sull'Estensione

Nome Đặt hàng 86 Đặt hàng 86
ID ggoeafjbhhihmlkmkgcneliicpldahgk
URL Ufficiale https://chromewebstore.google.com/detail/%C4%91%E1%BA%B7t-h%C3%A0ng-86/ggoeafjbhhihmlkmkgcneliicpldahgk
Descrizione Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam
Dimensione del File 181 KB
Conteggio Installazioni 284
Versione Corrente 3.0.1
Ultimo Aggiornamento 2023-05-18
Data di Pubblicazione 2019-04-01
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore hoanmuada
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dathang86.vn/
URL della Pagina di Aiuto https://dathang86.vn/
URL della Pagina della Politica sulla Privacy https://dathang86.vn/chinh-sach-bao-mat-thong-tin-cua-dat-hang-86-p91
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u0110\u1eb7t h\u00e0ng 86",
    "short_name": "\u0110\u1eb7t h\u00e0ng 86",
    "description": "\u0110\u1eb7t h\u00e0ng 86 - D\u1ecbch v\u1ee5 Order Taobao, Tmail, 1688 uy t\u00edn h\u00e0ng \u0111\u1ea7u Vi\u1ec7t Nam",
    "manifest_version": 2,
    "version": "3.0.1",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "css\/addon_tool.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/keyword.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "http:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}