Order Trung Quốc

Công cụ hỗ trợ đặt hàng tại các trang thương mại điện tử Trung Quốc

什麼是Order Trung Quốc?

Order Trung Quốc是由https://pages.fm開發的Chrome擴展程式,該擴展的主要功能是“Công cụ hỗ trợ đặt hàng tại các trang thương mại điện tử Trung Quốc”。

擴展截圖

screenshot

下載Order Trung Quốc擴展crx文件

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

擴展使用說明

                        Công cụ hỗ trợ đặt hàng, thêm nhanh các sản phẩm vào giỏ hàng tại các trang thương mại điện tử Trung Quốc.

Danh sách các trang được hỗ trợ:
+ tmall.com
+ 1688.com
+ taobao.com                    

擴展基本資訊

名稱 Order Trung Quốc Order Trung Quốc
ID icjcjbfjjbgjcngneadkchhlkdfboeek
官方網址 https://chromewebstore.google.com/detail/order-trung-qu%E1%BB%91c/icjcjbfjjbgjcngneadkchhlkdfboeek
簡介 Công cụ hỗ trợ đặt hàng tại các trang thương mại điện tử Trung Quốc
檔案大小 780 KB
安裝次數 296
目前版本 1.3.8
更新時間 2023-04-28
上架時間 2020-06-16
評分 5.00/5 共 1 次評分
開發者 https://pages.fm
電子郵箱 [email protected]
付費類型 free
擴展官網 https://order.pancake.vn
隱私政策頁面URL https://pages.fm/privacy
支援的語言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Order Trung Qu\u1ed1c",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng t\u1ea1i c\u00e1c trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed Trung Qu\u1ed1c",
    "version": "1.3.8",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "favicon.png"
    },
    "background": {
        "scripts": [
            ".\/dist\/background-bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "https:\/\/pos.pages.fm\/*",
        "https:\/\/order.pancake.vn\/*",
        "https:\/\/hongphuocchina.vn\/*",
        "https:\/\/panorder.vn\/*",
        "https:\/\/localhost:4003\/*",
        "http:\/\/localhost:8888\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*"
            ],
            "js": [
                ".\/dist\/content-bundle.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "content.js",
        "favicon.png"
    ]
}