NHTQClient

Công cụ đặt hàng NHTQ

Qu'est-ce que NHTQClient ?

NHTQClient est une extension Chrome développée par hazacorp, et sa fonction principale est "Công cụ đặt hàng NHTQ".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension NHTQClient 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

                        Công cụ trợ giúp đặt hàng từ các website: Taobao.com, TMall.com, 1688.com trên hệ thống Nhập Hàng Trung Quốc - nhaphangtrungquoc.vn                    

Informations de Base sur l'Extension

Nom NHTQClient NHTQClient
ID lknjajfhbbmafhncjeifcafphomaieac
URL Officiel https://chromewebstore.google.com/detail/nhtqclient/lknjajfhbbmafhncjeifcafphomaieac
Description Công cụ đặt hàng NHTQ
Taille du Fichier 43.08 KB
Nombre d'Installations 6,000
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-10-18
Date de Publication 2020-06-24
Évaluation 4.32/5 Total 38 Évaluations
Développeur hazacorp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nhaphangtrungquoc.vn
URL de la Page d'Aide https://nhaphangtrungquoc.vn/page/view?id=31
URL de la Page de Politique de Confidentialité http://nhaphangtrungquoc.vn/page/view?id=31
Langues Prises en Charge vi
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/fav.png",
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng NHTQ"
    },
    "content_scripts": [
        {
            "js": [
                "onload.js"
            ],
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*"
            ]
        }
    ],
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng NHTQ",
    "icons": {
        "512": "icons\/favicon.ico"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhUk+iZ8NcXDvKzosL\/SnakfsZ+xvmRiwOC8MGOGKnMgTGQL2ndDyDbCKGpHgde+b\/QxaSRgRS1wbd2pRC1nUdDtALD1njLqzVWfnJGL77WAPz+YQvf2qJllnqVyHCiJHDcG7ri+nvG3dYoii5Wy6eAt8VTxgdvYZXeCaCdfxphWOYSAfftXb2TXk9ZZtqw39j1viNIGXLNJX1O282o+45bksOXRviOzuy3RSIO5vZJf1cE4B7P5ZlKovGt7Ugaug0j1SY0XNu+nfj7jdXf5Ia29UJ0xlz63M2jrXnq4NFbrl5Eb6i2wVjD+Qk2GJxJes\/vAko9d8EgtqEGhfHZ946QIDAQAB",
    "manifest_version": 2,
    "name": "NHTQClient",
    "permissions": [
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "web_accessible_resources": [
        "toolbar.js",
        "toolbar.css",
        "images\/*"
    ]
}