Order Trung Quốc

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

Qu'est-ce que Order Trung Quốc ?

Order Trung Quốc est une extension Chrome développée par ordertrungquoc, et sa fonction principale est "Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Order Trung Quốc

Téléchargez les fichiers d'extension Order Trung Quốc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Order Trung Quốc Order Trung Quốc
ID fhdeaogknccmlgngokgagfibfmkcbaem
URL Officiel https://chromewebstore.google.com/detail/order-trung-qu%E1%BB%91c/fhdeaogknccmlgngokgagfibfmkcbaem
Description Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn
Taille du Fichier 69.7 KB
Nombre d'Installations 615
Version Actuelle 3.1.1
Dernière Mise à Jour 2023-03-22
Date de Publication 2019-05-27
Évaluation 4.11/5 Total 9 Évaluations
Développeur ordertrungquoc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ordertrungquoc.com.vn
URL de la Page de Politique de Confidentialité https://ordertrungquoc.com.vn/trang/2727/chinh-sach-bao-mat
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}