Công Cụ Đặt Hàng Của Tk-Logistics

Công Cụ Đặt Hàng Tk-Logistics cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website TMĐT như 1688, tmall, taobao.

Qu'est-ce que Công Cụ Đặt Hàng Của Tk-Logistics ?

Công Cụ Đặt Hàng Của Tk-Logistics est une extension Chrome développée par nhaphangtrungquoc11, et sa fonction principale est "Công Cụ Đặt Hàng Tk-Logistics cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website TMĐT như 1688, tmall, taobao.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Công Cụ Đặt Hàng Của Tk-Logistics

Téléchargez les fichiers d'extension Công Cụ Đặt Hàng Của Tk-Logistics 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

                        Tk-Logistics cung cấp công cụ hỗ trợ bạn đặt hàng 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 Tk-Logistics trình duyệt Chrome & Cờ rôm+ 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 TQ như: taobao.com, tmall.com và 1688.com.                    

Informations de Base sur l'Extension

Nom Công Cụ Đặt Hàng Của Tk-Logistics Công Cụ Đặt Hàng Của Tk-Logistics
ID difpnmcpnobhbpgpmeamkmfknbapdmcj
URL Officiel https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-c%E1%BB%A7a-tk-l/difpnmcpnobhbpgpmeamkmfknbapdmcj
Description Công Cụ Đặt Hàng Tk-Logistics cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website TMĐT như 1688, tmall, taobao.
Taille du Fichier 334 KB
Nombre d'Installations 49
Version Actuelle 1.6
Dernière Mise à Jour 2024-01-11
Date de Publication 2021-04-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur nhaphangtrungquoc11
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tk-l.vn/
URL de la Page d'Aide https://tk-l.vn/term.html
URL de la Page de Politique de Confidentialité http://foxexpress.com.vn/privacy-policy.html
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/config.js",
                "js\/md5.min.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        },
        {
            "js": [
                "js\/web_service_config.js"
            ],
            "matches": [
                "https:\/\/tk-l.vn\/*",
                "http:\/\/tk-l.vn\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/tk-l.vn\/*; object-src 'self'",
    "description": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng Tk-Logistics cho ph\u00e9p b\u1ea1n \u0111\u1eb7t h\u00e0ng, nh\u1eadn b\u00e1o gi\u00e1 tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website TM\u0110T nh\u01b0 1688, tmall, taobao.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng C\u1ee7a Tk-Logistics",
    "short_name": "Tk-Logistics",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/tk-l.vn\/*",
        "http:\/\/tk-l.vn\/*",
        "storage",
        "tabs"
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "images\/*",
        "template\/*",
        "css\/*",
        "js\/getGlobalData.js"
    ]
}