Toporder.vn

Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688

什麼是Toporder.vn?

Toporder.vn是由tohailinh開發的Chrome擴展程式,該擴展的主要功能是“Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688”。

擴展截圖

screenshot

下載Toporder.vn擴展crx文件

下載Toporder.vn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Công cụ hỗ trợ tìn kiếm, đặt hàng bên Trung Quốc
Công ty Minh Quân luôn trong top các công ty có dịch vụ chất lượng,uy tín ,giá rẻ trong lĩnh vực  nhập hàng trung quốc.Với   Công cụ hỗ trợ khách hàng  tìm kiếm và mua hàng online từ các wed site china taobao,1688,tmall.com đơn giản và siêu rẻ.                    

擴展基本資訊

名稱 Toporder.vn Toporder.vn
ID ofohiicmdkomhaeenangcdlhjgehdlka
官方網址 https://chromewebstore.google.com/detail/topordervn/ofohiicmdkomhaeenangcdlhjgehdlka
簡介 Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688
檔案大小 524 KB
安裝次數 49
目前版本 2.2.2
更新時間 2024-01-24
上架時間 2020-06-21
開發者 tohailinh
電子郵箱 [email protected]
付費類型 free
擴展官網 https://toporder.vn/
說明頁面URL https://toporder.vn/
隱私政策頁面URL https://vanchuyentrungviethh.com/chinh-sach
支援的語言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toporder.vn",
    "description": "Cho ph\u00e9p b\u1ea1n \u0111\u1eb7t h\u00e0ng, nh\u1eadn b\u00e1o gi\u00e1 tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 tmall, taobao, 1688",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "template\/popup.html",
        "default_title": "Toporder.vn - Order taobao"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/tmall\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/taobao\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/1688\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/*.toporder.vn\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "template\/*"
    ],
    "manifest_version": 2,
    "version": "2.2.2"
}