Dai68.vn Order China

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

什么是Dai68.vn Order China?

Dai68.vn Order China是由hauhm1005开发的Chrome扩展程序,该扩展的主要功能是“Dai68.vn Order China, Đặt hàng Trung Quốc”。

扩展截图

screenshot

下载Dai68.vn Order China扩展crx文件

下载Dai68.vn Order China扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Dai68.vn Order China Dai68.vn Order China
ID gfpdenlhkbpoomgkmnllnlkdbpfmaebh
官方URL https://chromewebstore.google.com/detail/dai68vn-order-china/gfpdenlhkbpoomgkmnllnlkdbpfmaebh
简介 Dai68.vn Order China, Đặt hàng Trung Quốc
文件大小 68.67 KB
安装次数 38
当前版本 2.5
更新时间 2020-04-28
上架时间 2020-04-28
评分 4.00/5 共1次评分
开发者 hauhm1005
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}