NHTB

Ứng dụng của nhaphangorder.vn

Qu'est-ce que NHTB ?

NHTB est une extension Chrome développée par https://nhaphangorder.vn, et sa fonction principale est "Ứng dụng của nhaphangorder.vn".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NHTB

Téléchargez les fichiers d'extension NHTB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom NHTB NHTB
ID kcalkafeebmoiegajaafacfgadiochcb
URL Officiel https://chromewebstore.google.com/detail/nhtb/kcalkafeebmoiegajaafacfgadiochcb
Description Ứng dụng của nhaphangorder.vn
Taille du Fichier 94.76 KB
Nombre d'Installations 1,040
Version Actuelle 1.0.5
Dernière Mise à Jour 2024-02-25
Date de Publication 2023-07-04
Évaluation 4.76/5 Total 25 Évaluations
Développeur https://nhaphangorder.vn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}