Công Cụ Đặt Hàng Tín Mã

Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.

Qu'est-ce que Công Cụ Đặt Hàng Tín Mã ?

Công Cụ Đặt Hàng Tín Mã est une extension Chrome développée par https://www.yoong.vn, et sa fonction principale est "Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Công Cụ Đặt Hàng Tín Mã

Téléchargez les fichiers d'extension Công Cụ Đặt Hàng Tín Mã 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ụ giúp đơn giản hoá việc đặt hàng trên các trang thương mại điện tử như Taobao.com                    

Informations de Base sur l'Extension

Nom Công Cụ Đặt Hàng Tín Mã Công Cụ Đặt Hàng Tín Mã
ID gapijomhliijaoiaegigdgekgjikddjn
URL Officiel https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-t%C3%ADn-m%C3%A3/gapijomhliijaoiaegigdgekgjikddjn
Description Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.
Taille du Fichier 352 KB
Nombre d'Installations 1,487
Version Actuelle 3.0.4
Dernière Mise à Jour 2024-02-27
Date de Publication 2019-03-08
Évaluation 4.50/5 Total 6 Évaluations
Développeur https://www.yoong.vn
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://tinma.vn/chinh-sach-hoat-dong-cua-tin-ma
Langues Prises en Charge vi
manifest.json
{
    "manifest_version": 3,
    "version": "3.0.4",
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng T\u00edn M\u00e3",
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng c\u1ee7a TinMa68.com tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/test.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*"
            ]
        },
        {
            "js": [
                "js\/web_service_config.js",
                "js\/web_service_script.js"
            ],
            "matches": [
                "http:\/\/*.seudo.vn\/*",
                "https:\/\/*.seudo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "*:\/\/*.tinma.vn\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "template\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}