VNChina

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

Was ist VNChina?

VNChina ist eine Chrome-Erweiterung, die von LN ORDER entwickelt wurde, und ihr Hauptmerkmal ist "Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc".

Erweiterungsscreenshots

screenshot

VNChina-Erweiterungs-CRX-Datei herunterladen

Laden Sie VNChina-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VNChina VNChina
ID jljlelfmbepigdafflncjfnekphjhlca
Offizielle URL https://chromewebstore.google.com/detail/vnchina/jljlelfmbepigdafflncjfnekphjhlca
Beschreibung Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc
Dateigröße 227 KB
Installationsanzahl 57
Aktuelle Version 5.1
Letztes Update 2023-12-28
Veröffentlichungsdatum 2021-06-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler LN ORDER
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vnchina.vn
Hilfeseite URL https://vnchina.vn
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/privacy/view/d995bb63b6ea0020f254019ac6b19607
Unterstützte Sprachen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "\u0110\u1eb7t h\u00e0ng qu\u1ea3ng ch\u00e2u vnchina.VN"
    },
    "name": "VNChina",
    "short_name": "VNC",
    "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",
    "version": "5.1",
    "icons": {
        "16": "images\/icon16x16.png",
        "32": "images\/icon32x32.png",
        "64": "images\/icon64x64.png",
        "128": "images\/icon128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/css\/bootstrap-theme.css",
                "\/css\/content.css"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/jqueryui.js",
                "\/scripts\/lodash.js",
                "\/scripts\/rules.js",
                "\/scripts\/main.js"
            ],
            "matches": [
                "https:\/\/*.vnchina.vn\/*",
                "http:\/\/localhost\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "scripts\/*",
                "css\/*"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ]
}