VNChina

Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc

O que é VNChina?

VNChina é uma extensão do Chrome desenvolvida por sqc.vnchina, e sua principal característica é "Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VNChina

Baixe arquivos de extensão VNChina 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ụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc
Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc. Chức năng công cụ đặt hàng Quảng Châu được tích hợp trên trình duyệt google chrome, Cốc cốc và hệ thống Vnchina . Vnchina cung cấp Công cụ hỗ trợ người dùng thao tác đặt hàng nhanh chóng trên các trang thương mại điện tử taobao, alibaba, tmall... 
Mọi thông tin xin quý khách có thể liên hệ vnchina.vn, chúng tôi có thể phục vụ bạn tốt nhất.                    

Informações Básicas da Extensão

Nome VNChina VNChina
ID gfgdplcieilpbfghcbabkfhbkcchpoli
URL Oficial https://chromewebstore.google.com/detail/vnchina/gfgdplcieilpbfghcbabkfhbkcchpoli
Descrição Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc
Tamanho do Arquivo 76.94 KB
Contagem de Instalações 108
Versão Atual 1.6
Última Atualização 2019-07-29
Data de Publicação 2019-07-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor sqc.vnchina
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vnchina.vn
URL da Página de Ajuda https://vnchina.vn
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/privacy/view/d995bb63b6ea0020f254019ac6b19607
Idiomas Suportados vi
manifest.json
{
    "browser_action": {
        "default_icon": "imgs\/icon.png",
        "default_title": "\u0110\u1eb7t h\u00e0ng qu\u1ea3ng ch\u00e2u vnchina.VN"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.vip.com\/*",
                "https:\/\/*.vip.com\/*",
                "http:\/\/*.vipshop.com\/*",
                "https:\/\/*.vipshop.com\/*"
            ],
            "js": [
                "jquery-2.2.0.js",
                "release.sqc-order.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng tr\u00ean trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed l\u1edbn Trung Qu\u1ed1c",
    "icons": {
        "512": "imgs\/icon.png"
    },
    "manifest_version": 2,
    "name": "VNChina",
    "short_name": "VNC",
    "web_accessible_resources": [
        "jquery-2.2.0.js",
        "release.sqc-order.js"
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}