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
公式URL 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
Eメール [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"
    ]
}