NHTB

Ứng dụng của nhaphangorder.vn

What is NHTB?

NHTB is a Chrome extension developed by https://nhaphangorder.vn, and its main feature is "Ứng dụng của nhaphangorder.vn".

Extension Screenshots

screenshot

Download NHTB Extension CRX File

Download NHTB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name NHTB NHTB
ID kcalkafeebmoiegajaafacfgadiochcb
Official URL https://chromewebstore.google.com/detail/nhtb/kcalkafeebmoiegajaafacfgadiochcb
Description Ứng dụng của nhaphangorder.vn
File Size 94.76 KB
Installation Count 1,040
Current Version 1.0.5
Last Updated 2024-02-25
Publish Date 2023-07-04
Rating 4.76/5 Total 25 Ratings
Developer https://nhaphangorder.vn
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}