Order Chiết Khấu

Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong

Cos'è Order Chiết Khấu?

Order Chiết Khấu è un'estensione di Chrome sviluppata da orderchietkhau.vn, e la sua funzione principale è "Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Order Chiết Khấu

Scarica i file di estensione Order Chiết Khấu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        OrderchietkhauVn
- Đặt hàng ,  Quản lý và nhận chiết khấu 1688, taobao, tmall, jd, pinduoduo, vip, weidian… 
- Công cụ nhận chiết khấu và đặt hàng  1688, taobao, tmall, jd, pinduoduo, vip, weidian… cao nhất, nhanh nhất, thuận tiện nhất. 
- Chiết khấu, hoa hồng hấp dẫn khi giới thiệu bạn bè tham gia.
- Tiện ích rút tiền, kiểm tra số dư mọi lúc mọi nơi.                    

Informazioni di Base sull'Estensione

Nome Order Chiết Khấu Order Chiết Khấu
ID mamihmahedcnekadndkhkcbhafgnhbbc
URL Ufficiale https://chromewebstore.google.com/detail/order-chi%E1%BA%BFt-kh%E1%BA%A5u/mamihmahedcnekadndkhkcbhafgnhbbc
Descrizione Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong
Dimensione del File 103 KB
Conteggio Installazioni 61
Versione Corrente 1.4
Ultimo Aggiornamento 2021-09-30
Data di Pubblicazione 2020-10-16
Sviluppatore orderchietkhau.vn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://orderchietkhau.vn/
URL della Pagina di Aiuto https://orderchietkhau.vn/huong-dan
URL della Pagina della Politica sulla Privacy https://orderchietkhau.vn/privacy-policy
Lingue Supportate vi
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "background.html",
        "default_icon": "images\/logo128.png",
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng h\u1ed9 v\u00e0 l\u1ea5y chi\u1ebft kh\u1ea5u Trung Qu\u1ed1c"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "https:\/\/daixiao.1688.com\/*",
                "http:\/\/daixiao.1688.com\/*"
            ],
            "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\/*",
                "https:\/\/*.jd.com\/*",
                "https:\/\/*.orderchietkhau.vn\/*"
            ]
        },
        {
            "js": [
                "js\/jd.js",
                "js\/jquery-2.2.3.min.js",
                "js\/bootstrap.min.js",
                "js\/tools.js",
                "js\/config.js",
                "js\/app.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ],
            "matches": [
                "http:\/\/*.jd.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        },
        {
            "js": [
                "js\/taobao.js",
                "js\/jquery-2.2.3.min.js",
                "js\/bootstrap.min.js",
                "js\/tools.js",
                "js\/config.js",
                "js\/app.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ]
        },
        {
            "js": [
                "js\/tmall.js",
                "js\/jquery-2.2.3.min.js",
                "js\/bootstrap.min.js",
                "js\/tools.js",
                "js\/config.js",
                "js\/app.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "http:\/\/world.tmall.com\/*",
                "https:\/\/*.world.tmall.com\/*"
            ]
        },
        {
            "js": [
                "js\/1688.js",
                "js\/jquery-2.2.3.min.js",
                "js\/bootstrap.min.js",
                "js\/tools.js",
                "js\/config.js",
                "js\/app.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng, l\u1ea5y chi\u1ebft kh\u1ea5u Taobao, Tmall, 1688, Jingdong",
    "icons": {
        "16": "images\/logo16.png",
        "24": "images\/logo24.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Order Chi\u1ebft Kh\u1ea5u",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "template\/*"
    ]
}