Đặt hàng Alibao

Công cụ nhập hàng của Alibao

What is Đặt hàng Alibao?

Đặt hàng Alibao is a Chrome extension developed by phonghoang300489, and its main feature is "Công cụ nhập hàng của Alibao".

Extension Screenshots

screenshot

Download Đặt hàng Alibao Extension CRX File

Download Đặt hàng Alibao 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

                        Đặt hàng Alibao là tiện ích của hệ thống nhập hàng alibao.vn . Đặt hàng Alibao giúp khách hàng có thể mua hàng từ các website taobao.com, tmail.com và 1688.com một cách chính xác và tối ưu nhất. Luôn cập nhật các sản phẩm được sale từ các shop. Ngoài ra Alibao tự hào là một trong những đơn vị vận chuyển hàng nhanh nhất và chi phí tốt nhất trên thị trường.                    

Extension Basic Information

Name Đặt hàng Alibao Đặt hàng Alibao
ID iibknpaepcjminlcpgiigndlfjaogooc
Official URL https://chromewebstore.google.com/detail/%C4%91%E1%BA%B7t-h%C3%A0ng-alibao/iibknpaepcjminlcpgiigndlfjaogooc
Description Công cụ nhập hàng của Alibao
File Size 61.29 KB
Installation Count 40
Current Version 1.0.1.15
Last Updated 2020-04-23
Publish Date 2020-04-23
Rating 5.00/5 Total 1 Ratings
Developer phonghoang300489
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u0110\u1eb7t h\u00e0ng Alibao",
    "version": "1.0.1.15",
    "description": "C\u00f4ng c\u1ee5 nh\u1eadp h\u00e0ng c\u1ee7a Alibao",
    "options_page": "options.html",
    "page_action": {
        "default_popup": "options.html",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/item.taobao.com\/*",
                "*:\/\/detail.tmall.hk\/*",
                "*:\/\/detail.tmall.com\/*",
                "*:\/\/world.tmall.com\/*",
                "*:\/\/detail.1688.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "options.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "styles\/main.css",
        "options.html"
    ],
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "cookies",
        "management",
        "declarativeContent",
        "storage",
        "webRequest",
        "https:\/\/www.alibao.vn\/"
    ]
}