Công Cụ Đặt Hàng Của Nhập Hàng 360

Nhập Hàng 360 cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.

Hvad er Công Cụ Đặt Hàng Của Nhập Hàng 360?

Công Cụ Đặt Hàng Của Nhập Hàng 360 er en Chrome-udvidelse udviklet af nhaphangtrungquoc11, og dens hovedfunktion er "Nhập Hàng 360 cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Công Cụ Đặt Hàng Của Nhập Hàng 360-udvidelses-CRX-fil

Download Công Cụ Đặt Hàng Của Nhập Hàng 360-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        NHẬP HÀNG 360 cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.
Công cụ hỗ trợ đặt hàng trực tuyến của NHẬP HÀNG 360 trình duyệt Chrome & Cờ rôm+ là công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com và 1688.com.                    

Grundlæggende oplysninger om udvidelsen

Navn Công Cụ Đặt Hàng Của Nhập Hàng 360 Công Cụ Đặt Hàng Của Nhập Hàng 360
ID cmemkbklahilgppdibhcgbejcpminkph
Officiel URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-c%E1%BB%A7a-nh%E1%BA%ADp/cmemkbklahilgppdibhcgbejcpminkph
Beskrivelse Nhập Hàng 360 cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.
Filstørrelse 337 KB
Antal Installationer 86
Nuværende Version 1.2.4
Senest Opdateret 2023-12-29
Udgivelsesdato 2021-03-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler nhaphangtrungquoc11
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://nhaphang360.vn/
Hjælpeside-URL https://nhaphang360.vn/
URL til Fortrolighedspolitik Side http://foxexpress.com.vn/privacy-policy.html
Understøttede Sprog vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/test.js",
                "js\/md5.min.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        }
    ],
    "description": "Nh\u1eadp H\u00e0ng 360 cung c\u1ea5p c\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 b\u1ea1n \u0111\u1eb7t h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 1688, TMALL, Taobao.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng C\u1ee7a Nh\u1eadp H\u00e0ng 360",
    "short_name": "Nh\u1eadp H\u00e0ng 360",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/nhaphang360.vn\/*",
        "http:\/\/nhaphang360.vn\/*",
        "storage"
    ],
    "version": "1.2.4",
    "web_accessible_resources": [
        "images\/*",
        "template\/*",
        "css\/*",
        "js\/getGlobalData.js"
    ]
}