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

Hvad er Order Trung Quốc?

Order Trung Quốc er en Chrome-udvidelse udviklet af https://pages.fm, og dens hovedfunktion er "Công cụ hỗ trợ đặt hàng tại các trang thương mại điện tử Trung Quốc".

Udvidelsesskærmbilleder

screenshot

Download Order Trung Quốc-udvidelses-CRX-fil

Download Order Trung Quốc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Order Trung Quốc Order Trung Quốc
ID icjcjbfjjbgjcngneadkchhlkdfboeek
Officiel URL https://chromewebstore.google.com/detail/order-trung-qu%E1%BB%91c/icjcjbfjjbgjcngneadkchhlkdfboeek
Beskrivelse Công cụ hỗ trợ đặt hàng tại các trang thương mại điện tử Trung Quốc
Filstørrelse 780 KB
Antal Installationer 296
Nuværende Version 1.3.8
Senest Opdateret 2023-04-28
Udgivelsesdato 2020-06-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://pages.fm
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://order.pancake.vn
URL til Fortrolighedspolitik Side https://pages.fm/privacy
Understøttede Sprog 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"
    ]
}