Blackcat Chrome Extension

Phần mở rộng trên trình duyệt Chrome của Blackcat - đặt hàng Blackcat từ giao diện web Trung Quốc

Cos'è Blackcat Chrome Extension?

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

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Blackcat Chrome Extension

Scarica i file di estensione Blackcat Chrome 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

                        Một công cụ giúp khách hàng của Blackcat.vn đặt hàng ngay trên giao diện các TRANG SẢN PHẨM CHI TIẾT từ các website bán hàng từ Trung Quốc: Taobao.com (hoặc các trang con của taobao.com), Tmall.com, 1688.com. Danh sách các trang hỗ trợ sẽ còn được cập nhật.

Các thao tác khác liên quan đến đơn hàng vẫn được thực hiện bình thường tại blackcat.vn

Phiên bản mới, update: cải tiến khả năng dịch và bổ sung dịch mục chi tiết sản phẩm (xem ảnh thứ 2)

Xem thêm thông tin tại http://blackcat.vn/                    

Informazioni di Base sull'Estensione

Nome Blackcat Chrome Extension Blackcat Chrome Extension
ID fejdpiegjcaejbcjklmlioabhpmdpflj
URL Ufficiale https://chromewebstore.google.com/detail/blackcat-chrome-extension/fejdpiegjcaejbcjklmlioabhpmdpflj
Descrizione Phần mở rộng trên trình duyệt Chrome của Blackcat - đặt hàng Blackcat từ giao diện web Trung Quốc
Dimensione del File 93.77 KB
Conteggio Installazioni 34
Versione Corrente 2.0.4
Ultimo Aggiornamento 2017-04-15
Data di Pubblicazione 2017-04-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Blackcat
Tipo di Pagamento free
Sito Web dell'Estensione http://blackcat.vn/
URL della Pagina di Aiuto http://blackcat.vn/news/huong-dan/blackcat-chrome-extension-dat-hang-truc-tiep-tu-giao-dien-web-trung-quoc
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 tr\u00ean tr\u00ecnh duy\u1ec7t Chrome c\u1ee7a Blackcat - \u0111\u1eb7t h\u00e0ng Blackcat t\u1eeb giao di\u1ec7n web Trung Qu\u1ed1c",
    "icons": {
        "128": "icon-64.png"
    },
    "name": "Blackcat Chrome Extension",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/blackcat.vn\/",
        "http:\/\/localhost:3783\/"
    ],
    "version": "2.0.4",
    "background": {
        "persistent": true,
        "page": "panel.html"
    }
}