Công cụ đặt hàng - Kingorder.com.vn

Công cụ hỗ trợ người dùng của kingorder.com.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com

¿Qué es Công cụ đặt hàng - Kingorder.com.vn?

Công cụ đặt hàng - Kingorder.com.vn es una extensión de Chrome desarrollada por https://kingorder.com.vn, y su función principal es "Công cụ hỗ trợ người dùng của kingorder.com.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Công cụ đặt hàng - Kingorder.com.vn

Descarga archivos de extensión Công cụ đặt hàng - Kingorder.com.vn 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

                        Đây là công cụ đặt hàng hỗ trợ người dùng của Kingorder.com.vn lấy thông tin sản phẩm bao gồm giá sản phẩm, số lượng, kích thước, màu sắc, link sản phẩm, hình ảnh khi mua hàng trên các website: taotao.com, tmaill.com và 1688.com                    

Información Básica de la Extensión

Nombre Công cụ đặt hàng - Kingorder.com.vn Công cụ đặt hàng - Kingorder.com.vn
ID enakhdmochachhlegnchnnfdpmhlgblo
URL Oficial https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-kingorde/enakhdmochachhlegnchnnfdpmhlgblo
Descripción Công cụ hỗ trợ người dùng của kingorder.com.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com
Tamaño del Archivo 95.17 KB
Cantidad de Instalaciones 38
Versión Actual 2.3.8
Última Actualización 2022-03-09
Fecha de Publicación 2019-10-18
Desarrollador https://kingorder.com.vn
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://thietkewebos.com/chinh-sach-bao-mat.html
Idiomas Soportados vi
manifest.json
{
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng - Kingorder.com.vn",
    "short_name": "kingorder.com.vn",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi d\u00f9ng c\u1ee7a kingorder.com.vn \u0111\u1eb7t h\u00e0ng tr\u00ean website: Taobao.com, Tmall.com v\u00e0 1688.com",
    "manifest_version": 2,
    "author": "HAIHS",
    "version": "2.3.8",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a Kingorder.com.vn tr\u00ean taobao, tmall, 1688",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.Kingorder.com.vn\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.tmall.hk\/*"
            ],
            "css": [
                "css\/styles.min.css"
            ],
            "js": [
                "js\/app.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/*.Kingorder.com.vn\/*",
        "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\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}