Đặt hàng Alibao

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

Wat is Đặt hàng Alibao?

Đặt hàng Alibao is een Chrome-extensie ontwikkeld door phonghoang300489, en de belangrijkste functie is "Công cụ nhập hàng của Alibao".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Đặt hàng Alibao

Download Đặt hàng Alibao-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Đặ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.                    

Basisinformatie over de Extensie

Naam Đặt hàng Alibao Đặt hàng Alibao
ID iibknpaepcjminlcpgiigndlfjaogooc
Officiële URL https://chromewebstore.google.com/detail/%C4%91%E1%BA%B7t-h%C3%A0ng-alibao/iibknpaepcjminlcpgiigndlfjaogooc
Beschrijving Công cụ nhập hàng của Alibao
Bestandsgrootte 61.29 KB
Aantal Installaties 40
Huidige Versie 1.0.1.15
Laatst Bijgewerkt 2020-04-23
Publicatiedatum 2020-04-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar phonghoang300489
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}