Order Trung Quốc

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

O que é Order Trung Quốc?

Order Trung Quốc é uma extensão do Chrome desenvolvida por ordertrungquoc, e sua principal característica é "Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Order Trung Quốc

Baixe arquivos de extensão Order Trung Quốc no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Order Trung Quốc Order Trung Quốc
ID fhdeaogknccmlgngokgagfibfmkcbaem
URL Oficial https://chromewebstore.google.com/detail/order-trung-qu%E1%BB%91c/fhdeaogknccmlgngokgagfibfmkcbaem
Descrição Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn
Tamanho do Arquivo 69.7 KB
Contagem de Instalações 615
Versão Atual 3.1.1
Última Atualização 2023-03-22
Data de Publicação 2019-05-27
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor ordertrungquoc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ordertrungquoc.com.vn
URL da Página de Política de Privacidade https://ordertrungquoc.com.vn/trang/2727/chinh-sach-bao-mat
Idiomas Suportados 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\/*"
            ]
        }
    ]
}