Công Cụ Đặt Hàng OTB

Công cụ Đặt hàng của ordertaobao.net trên trình duyệt Chrome & Cờ rôm+.

Cos'è Công Cụ Đặt Hàng OTB?

Công Cụ Đặt Hàng OTB è un'estensione di Chrome sviluppata da PNM Developer, e la sua funzione principale è "Công cụ Đặt hàng của ordertaobao.net trên trình duyệt Chrome & Cờ rôm+.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Công Cụ Đặt Hàng OTB

Scarica i file di estensione Công Cụ Đặt Hàng OTB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        OrderTaobao.net là công ty trung gian giúp khách hàng Việt Nam mua hàng trực tiếp từ các trang taobao.com, tmall.com, 1688.com, JD.com thông qua Extension này.

Các chức năng của Extension:
- Dịch các thông tin sản phẩm từ tiếng Trung Quốc sang tiếng Việt.
- Xem trực tiếp giá sản phẩm trong các trang taobao, tmall, 1688 theo đơn vị tiền tệ là VNĐ với tỉ giá do OrderTaobao.net cung cấp.
- Thêm sản phẩm vào giỏ hàng của OrderTaobao.net.
- Ghi chú riêng tư, ghi chú cho nhân viên mua hàng của OrderTaobao.net.
- Phân loại danh mục hàng hóa.

Hướng dẫn:
1. Khách hàng truy cập website taobao.com, tmall.com, 1688.com, JD.com.
2. Khách hàng tìm sản phẩm cần mua.
3. Khách hàng truy cập trang chi tiết của sản phẩm. Hệ thống hiển thị giá tiền việt của sản phẩm theo tỉ giá bên OrderTaobao.net cung cấp. (Như hình 1)
4. Khách hàng chọn danh mục cho sản phẩm
5. Khách hàng thêm sản phẩm vào giỏ.
6. Khách hàng bấm chuột vào nút giỏ hàng để quản lý các sản phẩm đã thêm vào giỏ. Hệ thống yêu cầu khách hàng đăng nhập hoặc đăng ký tài khoản.                    

Informazioni di Base sull'Estensione

Nome Công Cụ Đặt Hàng OTB Công Cụ Đặt Hàng OTB
ID kbminfpmaobgfjopamkdhflmjfiecpcn
URL Ufficiale https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-otb/kbminfpmaobgfjopamkdhflmjfiecpcn
Descrizione Công cụ Đặt hàng của ordertaobao.net trên trình duyệt Chrome & Cờ rôm+.
Dimensione del File 1.13 MB
Conteggio Installazioni 302
Versione Corrente 2.2
Ultimo Aggiornamento 2023-07-19
Data di Pubblicazione 2021-05-29
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore PNM Developer
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://panama1688.com/privacy-policy.html
Lingue Supportate vi
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/offer\/*",
                "https:\/\/*.1688.com\/offer\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.jd.com\/*",
                "https:\/\/*.jd.hk\/*",
                "http:\/\/item.jd.com\/*",
                "https:\/\/item.jd.com\/*",
                "https:\/\/item.jd.hk\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng c\u1ee7a ordertaobao.net tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng OTB",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        "template\/index.html",
        "css\/main.css"
    ]
}