Dai68.vn Order China

Dai68.vn Order China, Đặt hàng Trung Quốc

What is Dai68.vn Order China?

Dai68.vn Order China is a Chrome extension developed by hauhm1005, and its main feature is "Dai68.vn Order China, Đặt hàng Trung Quốc".

Extension Screenshots

screenshot

Download Dai68.vn Order China Extension CRX File

Download Dai68.vn Order China 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

                        Dai68.vn - Order Tool
Công cụ đặt hàng nhanh của Dai68.vn
http://Dai68.vn | Công cụ đặt hàng từ website TaoBao.com, Tmall.com, jd.com và 1688.com.
Dai68.vn Order Tool Extension được tạo ra nhằm mục đích hỗ trợ người dùng của website Dai68.vn có thể duyệt thông tin hàng hóa trên các website Taobao.com, Tmall.com, jd.com và 1688.com.


Nhập hàng trực tuyến với hàng triệu sản phẩm phong phú từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com, jd.com và 1688.com                    

Extension Basic Information

Name Dai68.vn Order China Dai68.vn Order China
ID gfpdenlhkbpoomgkmnllnlkdbpfmaebh
Official URL https://chromewebstore.google.com/detail/dai68vn-order-china/gfpdenlhkbpoomgkmnllnlkdbpfmaebh
Description Dai68.vn Order China, Đặt hàng Trung Quốc
File Size 68.67 KB
Installation Count 38
Current Version 2.5
Last Updated 2020-04-28
Publish Date 2020-04-28
Rating 4.00/5 Total 1 Ratings
Developer hauhm1005
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dai68.vn Order China",
    "version": "2.5",
    "description": "Dai68.vn Order China, \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/world.tmall.com\/*",
                "https:\/\/item.jd.com\/*",
                "http:\/\/dathangchina.tk\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/localhost:8888\/*",
                "https:\/\/detail.tmall.hk\/*",
                "http:\/\/dai68.vn\/*"
            ],
            "js": [
                "jquery.min.js",
                "content-script.js",
                "script\/taobao.js",
                "script\/tmall.js",
                "script\/jd.js",
                "script\/oneone.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}