Đặt hàng - Taobaosieutoc.com

Đây là công cụ giúp tạo đơn hàng trực tiếp trên taobao.com, 1688.com và tmall.com

什麼是Đặt hàng - Taobaosieutoc.com?

Đặt hàng - Taobaosieutoc.com是由https://taobaosieutoc.com開發的Chrome擴展程式,該擴展的主要功能是“Đây là công cụ giúp tạo đơn hàng trực tiếp trên taobao.com, 1688.com và tmall.com”。

擴展截圖

screenshot
screenshot

下載Đặt hàng - Taobaosieutoc.com擴展crx文件

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

擴展使用說明

                        This is a tool to help create orders directly on taobao.com, 1688.com and tmall.com to help make cheap Chinese orders, create orders anytime, anywhere.
- Choose a product
- Select product attributes
- Add to cart                    

擴展基本資訊

名稱 Đặt hàng - Taobaosieutoc.com Đặt hàng - Taobaosieutoc.com
ID acnppdalhhcjjcaekhccoiaghmdcfnon
官方網址 https://chromewebstore.google.com/detail/%C4%91%E1%BA%B7t-h%C3%A0ng-taobaosieutoccom/acnppdalhhcjjcaekhccoiaghmdcfnon
簡介 Đây là công cụ giúp tạo đơn hàng trực tiếp trên taobao.com, 1688.com và tmall.com
檔案大小 94.24 KB
安裝次數 34
目前版本 2.4.0
更新時間 2021-12-06
上架時間 2020-05-29
開發者 https://taobaosieutoc.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://taobaosieutoc.com
隱私政策頁面URL https://thietkewebos.com/privacy-policy.html
支援的語言 vi
manifest.json
{
    "manifest_version": 2,
    "name": "\u0110\u1eb7t h\u00e0ng - Taobaosieutoc.com",
    "short_name": "taobaosieutoc",
    "description": "\u0110\u00e2y l\u00e0 c\u00f4ng c\u1ee5 gi\u00fap t\u1ea1o \u0111\u01a1n h\u00e0ng tr\u1ef1c ti\u1ebfp tr\u00ean taobao.com, 1688.com v\u00e0 tmall.com",
    "version": "2.4.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a taobaosieutoc.com tr\u00ean taobao, tmall, 1688",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/taobaosieutoc.com\/*",
        "https:\/\/2.taobao.com\/item.htm"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.taobaosieutoc.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.jd.com\/*",
                "https:\/\/*.jd.hk\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/item.1688.com\/*",
                "https:\/\/item.1688.com\/*",
                "http:\/\/item.jd.com\/*",
                "https:\/\/item.jd.com\/*",
                "https:\/\/item.jd.hk\/*"
            ],
            "js": [
                "js\/app.min.js"
            ],
            "css": [
                "css\/styles.min.css"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}