NhapHangUyTin-Addon

This addon help user quickly order product from Taobao, 1688 and Tmall

Was ist NhapHangUyTin-Addon?

NhapHangUyTin-Addon ist eine Chrome-Erweiterung, die von tronghm.dw entwickelt wurde, und ihr Hauptmerkmal ist "This addon help user quickly order product from Taobao, 1688 and Tmall".

Erweiterungsscreenshots

screenshot

NhapHangUyTin-Addon-Erweiterungs-CRX-Datei herunterladen

Laden Sie NhapHangUyTin-Addon-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

                        Công cụ giúp người dùng đặt hàng nhanh chóng trên 1688, Taobao, Tmall của NhapHangUyTin.VN

Cách sử dụng:

1. Truy cập Taobao.com, Tmall.com hoặc 1688.com và tìm sản phẩm của bạn muốn mua. 

2. Chờ website được load và hiển thị đầy đủ các thông tin như tỷ giá, giá chuyển đổi.

3. Chọn các sản phẩm cùng các thuộc tính (màu sắc, kích thước...) bạn mong muốn.

4. Bấm nút "Đặt hàng" ở dưới cùng màn hình để đưa sản phẩm đó vào giỏ hàng trên website nhaphanguytin.vn

5. Truy cập website nhaphanguytin.vn để xem giỏ hàng

6. Bấm nút Tạo đơn để tiến hành đặt hàng.

Lưu ý không sử dụng các công cụ dịch website để công cụ hoạt động chính xác nhất. Nếu cần thiết, bạn hay mở 2 tab khác nhau, 1 tab sử dụng công cụ dịch để hiểu thông tin sản phẩm, 1 tab dùng để đặt hàng.                    

Grundlegende Informationen zur Erweiterung

Name NhapHangUyTin-Addon NhapHangUyTin-Addon
ID kgihhgbdopkgcpahmopjpbahbknnaglc
Offizielle URL https://chromewebstore.google.com/detail/nhaphanguytin-addon/kgihhgbdopkgcpahmopjpbahbknnaglc
Beschreibung This addon help user quickly order product from Taobao, 1688 and Tmall
Dateigröße 56.59 KB
Installationsanzahl 143
Aktuelle Version 1.0.21
Letztes Update 2021-11-21
Veröffentlichungsdatum 2020-06-21
Entwickler tronghm.dw
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/logo128.png",
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/nhaphanguytin.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/config.js",
                "js\/product.js",
                "js\/taobao.js",
                "js\/tmall.js",
                "js\/alibar.js",
                "js\/ut.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "http:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        }
    ],
    "description": "This addon help user quickly order product from Taobao, 1688 and Tmall",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "NhapHangUyTin-Addon",
    "permissions": [
        "https:\/\/nhaphanguytin.vn\/",
        "cookies"
    ],
    "version": "1.0.21",
    "web_accessible_resources": [
        "images\/logo-white.png"
    ]
}