Order Chiết Khấu

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

Was ist Order Chiết Khấu?

Order Chiết Khấu ist eine Chrome-Erweiterung, die von orderchietkhau.vn entwickelt wurde, und ihr Hauptmerkmal ist "Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Order Chiết Khấu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Order Chiết Khấu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Order Chiết Khấu Order Chiết Khấu
ID mamihmahedcnekadndkhkcbhafgnhbbc
Offizielle URL https://chromewebstore.google.com/detail/order-chi%E1%BA%BFt-kh%E1%BA%A5u/mamihmahedcnekadndkhkcbhafgnhbbc
Beschreibung Công cụ đặt hàng, lấy chiết khấu Taobao, Tmall, 1688, Jingdong
Dateigröße 103 KB
Installationsanzahl 61
Aktuelle Version 1.4
Letztes Update 2021-09-30
Veröffentlichungsdatum 2020-10-16
Entwickler orderchietkhau.vn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://orderchietkhau.vn/
Hilfeseite URL https://orderchietkhau.vn/huong-dan
URL der Datenschutzrichtlinien-Seite https://orderchietkhau.vn/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}