Taobao Order Tool

A order tool for taobao, 1688, tamll express

What is Taobao Order Tool?

Taobao Order Tool is a Chrome extension developed by donet.vn, and its main feature is "A order tool for taobao, 1688, tamll express".

Extension Screenshots

screenshot

Download Taobao Order Tool Extension CRX File

Download Taobao Order Tool 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

                                            

Extension Basic Information

Name Taobao Order Tool Taobao Order Tool
ID bpgkacnhbjedhfmlbkgdabkioiacgbmp
Official URL https://chromewebstore.google.com/detail/taobao-order-tool/bpgkacnhbjedhfmlbkgdabkioiacgbmp
Description A order tool for taobao, 1688, tamll express
File Size 86.43 KB
Installation Count 25
Current Version 1.2.3
Last Updated 2016-05-29
Publish Date 2016-05-29
Developer donet.vn
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Taobao Order Tool",
    "description": "A order tool for taobao, 1688, tamll express",
    "version": "1.2.3",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/ordertq.dev\/*",
                "https:\/\/ordertrungquoc.com.vn\/*"
            ],
            "css": [
                "\/css\/bootstrap-theme.css",
                "\/css\/content.css"
            ],
            "js": [
                "\/js\/jquery-1.11.3.min.js",
                "\/js\/script.js"
            ]
        }
    ]
}