ShopQuangChauVN

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

Co to jest ShopQuangChauVN?

ShopQuangChauVN to rozszerzenie Chrome opracowane przez LN ORDER, a jego główną funkcją jest „Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ShopQuangChauVN

Pobierz pliki rozszerzeń ShopQuangChauVN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 SQC. SQC 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ệ đến shopquangchau.com, chúng tôi có thể phục vụ bạn tốt nhất.                    

Podstawowe informacje o rozszerzeniu

Nazwa ShopQuangChauVN ShopQuangChauVN
ID fidlcpoknoochdciojgjalekcmbiphff
Oficjalny URL https://chromewebstore.google.com/detail/shopquangchauvn/fidlcpoknoochdciojgjalekcmbiphff
Opis Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc
Rozmiar pliku 226 KB
Liczba instalacji 1,185
Aktualna Wersja 5.8
Ostatnia Aktualizacja 2024-02-19
Data Publikacji 2020-05-04
Ocena 4.34/5 Łącznie 29 Oceny
Deweloper LN ORDER
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://shopquangchau.vn
Adres URL Strony Pomocy https://shopquangchau.vn
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/privacy/view/d995bb63b6ea0020f254019ac6b19607
Obsługiwane Języki vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/logo_domain.png",
        "default_title": "\u0110\u1eb7t h\u00e0ng qu\u1ea3ng ch\u00e2u ShopQuangChau.VN"
    },
    "name": "ShopQuangChauVN",
    "short_name": "SQC",
    "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.8",
    "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:\/\/*.shopquangchau.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:\/\/*\/*"
            ]
        }
    ]
}