NHTB

Ứng dụng của nhaphangorder.vn

Cos'è NHTB?

NHTB è un'estensione di Chrome sviluppata da https://nhaphangorder.vn, e la sua funzione principale è "Ứng dụng của nhaphangorder.vn".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NHTB

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

                        Đây là công cụ đặt hàng hỗ trợ khách hàng nhập hàng trực tuyến. Khách hàng có thể lên đơn hàng trực tiếp trên các website taobao.com, 1688.com, tmall.com, giúp đặt hàng trung quốc giá rẻ, Order taobao mọi lúc mọi nơi.

nhaphangorder.vn luôn mong muốn mang đến Quý khách hàng dịch vụ và giải pháp tốt nhất.

- Phí dịch vụ chỉ tử 3 tệ / đơn hàng
- Phí vận chuyển từ 11k/kg
- Theo dõi đơn hàng mọi lúc mọi nơi trên Web và App…
- Kho hàng tại Trung Quốc, Hà Nội và HCM                    

Informazioni di Base sull'Estensione

Nome NHTB NHTB
ID kcalkafeebmoiegajaafacfgadiochcb
URL Ufficiale https://chromewebstore.google.com/detail/nhtb/kcalkafeebmoiegajaafacfgadiochcb
Descrizione Ứng dụng của nhaphangorder.vn
Dimensione del File 94.76 KB
Conteggio Installazioni 1,040
Versione Corrente 1.0.5
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2023-07-04
Valutazione 4.76/5 Totale 25 Valutazioni
Sviluppatore https://nhaphangorder.vn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NHTB",
    "description": "\u1ee8ng d\u1ee5ng c\u1ee7a nhaphangorder.vn",
    "version": "1.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background\/main.esm.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content\/main.esm.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/item.htm*",
                "https:\/\/*.taobao.com\/item.htm*",
                "http:\/\/*.1688.com\/offer*",
                "https:\/\/*.1688.com\/offer*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/auth\/main.esm.js"
            ],
            "matches": [
                "https:\/\/kh.nhaphangorder.vn\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}