Dai68.vn Order China

Dai68.vn Order China, Đặt hàng Trung Quốc

Cos'è Dai68.vn Order China?

Dai68.vn Order China è un'estensione di Chrome sviluppata da hauhm1005, e la sua funzione principale è "Dai68.vn Order China, Đặt hàng Trung Quốc".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dai68.vn Order China

Scarica i file di estensione Dai68.vn Order China 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

                        Dai68.vn - Order Tool
Công cụ đặt hàng nhanh của Dai68.vn
http://Dai68.vn | Công cụ đặt hàng từ website TaoBao.com, Tmall.com, jd.com và 1688.com.
Dai68.vn Order Tool Extension được tạo ra nhằm mục đích hỗ trợ người dùng của website Dai68.vn có thể duyệt thông tin hàng hóa trên các website Taobao.com, Tmall.com, jd.com và 1688.com.


Nhập hàng trực tuyến với hàng triệu sản phẩm phong phú từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com, jd.com và 1688.com                    

Informazioni di Base sull'Estensione

Nome Dai68.vn Order China Dai68.vn Order China
ID gfpdenlhkbpoomgkmnllnlkdbpfmaebh
URL Ufficiale https://chromewebstore.google.com/detail/dai68vn-order-china/gfpdenlhkbpoomgkmnllnlkdbpfmaebh
Descrizione Dai68.vn Order China, Đặt hàng Trung Quốc
Dimensione del File 68.67 KB
Conteggio Installazioni 38
Versione Corrente 2.5
Ultimo Aggiornamento 2020-04-28
Data di Pubblicazione 2020-04-28
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore hauhm1005
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dai68.vn Order China",
    "version": "2.5",
    "description": "Dai68.vn Order China, \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/world.tmall.com\/*",
                "https:\/\/item.jd.com\/*",
                "http:\/\/dathangchina.tk\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/localhost:8888\/*",
                "https:\/\/detail.tmall.hk\/*",
                "http:\/\/dai68.vn\/*"
            ],
            "js": [
                "jquery.min.js",
                "content-script.js",
                "script\/taobao.js",
                "script\/tmall.js",
                "script\/jd.js",
                "script\/oneone.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}