NHTB

Ứng dụng của nhaphangorder.vn

¿Qué es NHTB?

NHTB es una extensión de Chrome desarrollada por https://nhaphangorder.vn, y su función principal es "Ứng dụng của nhaphangorder.vn".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NHTB

Descarga archivos de extensión NHTB en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Đâ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                    

Información Básica de la Extensión

Nombre NHTB NHTB
ID kcalkafeebmoiegajaafacfgadiochcb
URL Oficial https://chromewebstore.google.com/detail/nhtb/kcalkafeebmoiegajaafacfgadiochcb
Descripción Ứng dụng của nhaphangorder.vn
Tamaño del Archivo 94.76 KB
Cantidad de Instalaciones 1,040
Versión Actual 1.0.5
Última Actualización 2024-02-25
Fecha de Publicación 2023-07-04
Calificación 4.76/5 Total de 25 Calificaciones
Desarrollador https://nhaphangorder.vn
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}