Order Trung Quốc

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

What is Order Trung Quốc?

Order Trung Quốc is a Chrome extension developed by ordertrungquoc, and its main feature is "Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn".

Extension Screenshots

screenshot
screenshot

Download Order Trung Quốc Extension CRX File

Download Order Trung Quốc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Order Trung Quốc Order Trung Quốc
ID fhdeaogknccmlgngokgagfibfmkcbaem
Official URL 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
File Size 69.7 KB
Installation Count 615
Current Version 3.1.1
Last Updated 2023-03-22
Publish Date 2019-05-27
Rating 4.11/5 Total 9 Ratings
Developer ordertrungquoc
Email [email protected]
Payment Type free
Extension Website https://ordertrungquoc.com.vn
Privacy Policy Page URL https://ordertrungquoc.com.vn/trang/2727/chinh-sach-bao-mat
Supported Languages 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\/*"
            ]
        }
    ]
}