NHTB

Ứng dụng của nhaphangorder.vn

O que é NHTB?

NHTB é uma extensão do Chrome desenvolvida por https://nhaphangorder.vn, e sua principal característica é "Ứng dụng của nhaphangorder.vn".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NHTB

Baixe arquivos de extensão NHTB no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome NHTB NHTB
ID kcalkafeebmoiegajaafacfgadiochcb
URL Oficial https://chromewebstore.google.com/detail/nhtb/kcalkafeebmoiegajaafacfgadiochcb
Descrição Ứng dụng của nhaphangorder.vn
Tamanho do Arquivo 94.76 KB
Contagem de Instalações 1,040
Versão Atual 1.0.5
Última Atualização 2024-02-25
Data de Publicação 2023-07-04
Classificação 4.76/5 Total de 25 Avaliações
Desenvolvedor https://nhaphangorder.vn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}