CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS

Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống Minh Quân Logistics - vanchuyenminhquan.com

Qu'est-ce que CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS ?

CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS est une extension Chrome développée par ytubevideoteam, et sa fonction principale est "Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống Minh Quân Logistics - vanchuyenminhquan.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS

Téléchargez les fichiers d'extension CÔNG CỤ ĐẶT HÀNG - MINH QUÂN 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

                        Công cụ đặt hàng tiếp theo của minhquan logistic hỗ trợ đặt hàng thông minh hơn trên các web taobao, Tmall,...                    

Informations de Base sur l'Extension

Nom CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS
ID jkdmdengeobjidfhkdgcocjjngfhegmc
URL Officiel https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-minh-qu%C3%A2/jkdmdengeobjidfhkdgcocjjngfhegmc
Description Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống Minh Quân Logistics - vanchuyenminhquan.com
Taille du Fichier 316 KB
Nombre d'Installations 280
Version Actuelle 3.9
Dernière Mise à Jour 2022-04-17
Date de Publication 2020-12-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur ytubevideoteam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vanchuyenminhquan.com
URL de la Page de Politique de Confidentialité https://vanchuyenminhquan.com/policy
Langues Prises en Charge vi
manifest.json
{
    "manifest_version": 2,
    "name": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG - MINH QU\u00c2N LOGISTICS",
    "description": "C\u00f4ng c\u1ee5 mua h\u00e0ng nhanh ch\u00f3ng tr\u00ean c\u00e1c trang 1688, Taobao, Tmall c\u1ee7a h\u1ec7 th\u1ed1ng Minh Qu\u00e2n Logistics - vanchuyenminhquan.com",
    "version": "3.9",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo32.png",
            "16": "images\/logo32.png",
            "32": "images\/logo32.png",
            "48": "images\/logo32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo32.png",
        "16": "images\/logo32.png",
        "32": "images\/logo32.png",
        "48": "images\/logo32.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/minhquan.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.com\/*",
        "http:\/\/*.hm.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/vanchuyenminhquan.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}