Order Trung Quốc

Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn

Cos'è Order Trung Quốc?

Order Trung Quốc è un'estensione di Chrome sviluppata da ordertrungquoc, e la sua funzione principale è "Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Order Trung Quốc

Scarica i file di estensione Order Trung Quốc in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Công cụ hỗ trợ đặt hàng (order) trên hệ thống Order Trung Quốc -  ordertrungquoc.com.vn. 

Công cụ giúp cho bạn có thể dễ dàng lấy thông tin sản phẩm từ các trang web bán hàng Trung Quốc (taobao, tmall, 1688) và tạo đơn hàng trên hệ thống Order Trung Quốc. Đặt hàng Trung Quốc chưa bao giờ đơn giản đến thế
*Phiên bản 3.1
- Cập nhật giao diện taobao mới

*Phiên bản 3.0
- Cập nhật manifest v3

*Phiên bản 2.2.1 - 2.2.2
- Cập nhật phiên bản đặt hàng Alibaba mới

*Phiên bản 2.1.0
- Cập nhật phiên bản giao diện mới

*Phiên bản 2.0.4
- Fix lỗi đặt hàng trên alibaba

*Phiên bản 2.0
- Fix lỗi đặt hàng Google Chrome 73
- Fix các lỗi gặp trên Taobao                    

Informazioni di Base sull'Estensione

Nome Order Trung Quốc Order Trung Quốc
ID fhdeaogknccmlgngokgagfibfmkcbaem
URL Ufficiale https://chromewebstore.google.com/detail/order-trung-qu%E1%BB%91c/fhdeaogknccmlgngokgagfibfmkcbaem
Descrizione Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn
Dimensione del File 69.7 KB
Conteggio Installazioni 615
Versione Corrente 3.1.1
Ultimo Aggiornamento 2023-03-22
Data di Pubblicazione 2019-05-27
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore ordertrungquoc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ordertrungquoc.com.vn
URL della Pagina della Politica sulla Privacy https://ordertrungquoc.com.vn/trang/2727/chinh-sach-bao-mat
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Order Trung Qu\u1ed1c",
    "description": "C\u00f4ng c\u1ee5 l\u1ea5y h\u00e0ng Order Trung Qu\u1ed1c - ordertrungquoc.com.vn",
    "version": "3.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/bg.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/ordertrungquoc.com.vn\/*",
        "https:\/\/localhost:44318\/*"
    ],
    "action": {
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a Order Trung Qu\u1ed1c",
        "default_icon": {
            "16": "css\/images\/icon16.png",
            "32": "css\/images\/icon32.png",
            "48": "css\/images\/icon48.png",
            "128": "css\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "css\/images\/icon16.png",
        "32": "css\/images\/icon32.png",
        "48": "css\/images\/icon48.png",
        "128": "css\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/s_common.js",
                "js\/s_taobao.js",
                "js\/s_alibaba.js",
                "js\/s_vipshop.js",
                "js\/s_main.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.vip.com\/*",
                "https:\/\/*.vip.com\/*"
            ]
        }
    ]
}