Tiện ích đặt hàng Nhập Hàng 365

Công cụ hỗ trợ đặt hàng của Nhập Hàng 365 trên trình duyệt Chrome & Coccoc.

¿Qué es Tiện ích đặt hàng Nhập Hàng 365?

Tiện ích đặt hàng Nhập Hàng 365 es una extensión de Chrome desarrollada por https://nhaphang365.com, y su función principal es "Công cụ hỗ trợ đặt hàng của Nhập Hàng 365 trên trình duyệt Chrome & Coccoc.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tiện ích đặt hàng Nhập Hàng 365

Descarga archivos de extensión Tiện ích đặt hàng Nhập Hàng 365 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

                        Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao
Công cụ hỗ trợ đặt hàng trực tuyến của Nhập Hàng 365 trên trình duyệt Chrome & Coccoc
Là công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của Trung Quốc như: taobao.com, tmall.com và 1688.com.
Cần đăng nhập tài khoản trên nhaphang365.com trước khi đặt hàng                    

Información Básica de la Extensión

Nombre Tiện ích đặt hàng Nhập Hàng 365 Tiện ích đặt hàng Nhập Hàng 365
ID jhanklfjbjcnkdfmjhmhlnjajncphbip
URL Oficial https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-%C4%91%E1%BA%B7t-h%C3%A0ng-nh%E1%BA%ADp-h%C3%A0/jhanklfjbjcnkdfmjhmhlnjajncphbip
Descripción Công cụ hỗ trợ đặt hàng của Nhập Hàng 365 trên trình duyệt Chrome & Coccoc.
Tamaño del Archivo 132 KB
Cantidad de Instalaciones 157
Versión Actual 3.2.1
Última Actualización 2024-03-03
Fecha de Publicación 2020-07-11
Desarrollador https://nhaphang365.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nhaphang365.com
URL de la Página de Ayuda https://nhaphang365.com/huong-dan
URL de la Página de Política de Privacidad https://nhaphang365.com/chinh-sach/chinh-sach-bao-mat-thong-tin
Idiomas Soportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ti\u1ec7n \u00edch \u0111\u1eb7t h\u00e0ng Nh\u1eadp H\u00e0ng 365",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng c\u1ee7a Nh\u1eadp H\u00e0ng 365 tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & Coccoc.",
    "version": "3.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "host_permissions": [
        "https:\/\/nhaphang365.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "js\/jquery.js"
            ],
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.1688.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/*",
                "https:\/\/chaoshi.detail.tmall.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "temp\/index.html",
                "temp\/main.css",
                "img\/logo-addon.png"
            ],
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.1688.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/*",
                "https:\/\/chaoshi.detail.tmall.com\/*"
            ]
        }
    ]
}