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

What is Blackcat Chrome Extension?

Blackcat Chrome Extension is a Chrome extension developed by Blackcat, and its main feature is "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".

Extension Screenshots

screenshot
screenshot

Download Blackcat Chrome Extension Extension CRX File

Download Blackcat Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Blackcat Chrome Extension Blackcat Chrome Extension
ID fejdpiegjcaejbcjklmlioabhpmdpflj
Official URL https://chromewebstore.google.com/detail/blackcat-chrome-extension/fejdpiegjcaejbcjklmlioabhpmdpflj
Description 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
File Size 93.77 KB
Installation Count 34
Current Version 2.0.4
Last Updated 2017-04-15
Publish Date 2017-04-14
Rating 5.00/5 Total 2 Ratings
Developer Blackcat
Payment Type free
Extension Website http://blackcat.vn/
Help Page URL http://blackcat.vn/news/huong-dan/blackcat-chrome-extension-dat-hang-truc-tiep-tu-giao-dien-web-trung-quoc
Supported Languages 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"
    }
}