BaoDom Order Extension

Phần mở rộng BaoDom Order - đặt hàng BaoDom.Vn từ giao diện web Trung Quốc

Cos'è BaoDom Order Extension?

BaoDom Order Extension è un'estensione di Chrome sviluppata da Blackcat, e la sua funzione principale è "Phần mở rộng BaoDom Order - đặt hàng BaoDom.Vn từ giao diện web Trung Quốc".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BaoDom Order Extension

Scarica i file di estensione BaoDom Order Extension 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

                        Công cụ giúp đặt hàng BaoDom.Vn trực tiếp từ các website taobao.com, 1688.com, tmall.com và các trang con của những website này... Công cụ sẽ có hiệu lực khi mở một trang chi tiết sản phẩm.
Các website khác sẽ được BaoDom.Vn cập nhật thêm sau.                    

Informazioni di Base sull'Estensione

Nome BaoDom Order Extension BaoDom Order Extension
ID oekogmbmcnlffpeapoicopmnogimggen
URL Ufficiale https://chromewebstore.google.com/detail/baodom-order-extension/oekogmbmcnlffpeapoicopmnogimggen
Descrizione Phần mở rộng BaoDom Order - đặt hàng BaoDom.Vn từ giao diện web Trung Quốc
Dimensione del File 639 KB
Conteggio Installazioni 24
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-09-06
Data di Pubblicazione 2018-09-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Blackcat
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_popup": "panel.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "detect.min.js",
                "css_b52837ac_4.js",
                "css_1f02ee6f_c.js",
                "css_37c9f42b_8.js",
                "css_0f2dd78c_9.js",
                "css_32d573a4_4.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Ph\u1ea7n m\u1edf r\u1ed9ng BaoDom Order - \u0111\u1eb7t h\u00e0ng BaoDom.Vn t\u1eeb giao di\u1ec7n web Trung Qu\u1ed1c",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "name": "BaoDom Order Extension",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/baodom.vn\/",
        "http:\/\/localhost:3780\/"
    ],
    "version": "1.0.2",
    "background": {
        "persistent": true,
        "page": "panel.html"
    }
}