Công Cụ Đặt Hàng Nhabuon68.vn

Phần mềm đặt hàng Taobao của Nhabuon68.vn

什麼是Công Cụ Đặt Hàng Nhabuon68.vn?

Công Cụ Đặt Hàng Nhabuon68.vn是由binhminhdeveloper開發的Chrome擴展程式,該擴展的主要功能是“Phần mềm đặt hàng Taobao của Nhabuon68.vn”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Công Cụ Đặt Hàng Nhabuon68.vn擴展crx文件

下載Công Cụ Đặt Hàng Nhabuon68.vn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Nhabuon68 với nhiều năm kinh nghiệm trong ngành giao thương với Trung Quốc sẽ là địa chỉ tin cậy cho bạn nhập hàng tận gốc, giảm thiểu tối đa chi phí nhập hàng                    

擴展基本資訊

名稱 Công Cụ Đặt Hàng Nhabuon68.vn Công Cụ Đặt Hàng Nhabuon68.vn
ID emkciglbnnlijgkijljikfnfgecalblg
官方網址 https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-nhabuon6/emkciglbnnlijgkijljikfnfgecalblg
簡介 Phần mềm đặt hàng Taobao của Nhabuon68.vn
檔案大小 44.84 KB
安裝次數 93
目前版本 1.1
更新時間 2020-08-31
上架時間 2020-08-31
開發者 binhminhdeveloper
電子郵箱 [email protected]
付費類型 free
擴展官網 http://nhabuon68.vn
隱私政策頁面URL https://teraapp.net/privatePolicy
支援的語言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "http:\/\/*.taobao.com\/item\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.taobao.com\/item\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.taobao.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/item*",
                "https:\/\/*.tmall.com\/item*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.tmall.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.1688.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Ph\u1ea7n m\u1ec1m \u0111\u1eb7t h\u00e0ng Taobao c\u1ee7a Nhabuon68.vn",
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng Nhabuon68.vn",
    "permissions": [
        "http:\/\/nhabuon68.vn\/*",
        "https:\/\/nhabuon68.vn\/*"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "version": "1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}