Odex - Order Hàn Quốc

Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com

Cos'è Odex - Order Hàn Quốc?

Odex - Order Hàn Quốc è un'estensione di Chrome sviluppata da https://orderhanquoc.com, e la sua funzione principale è "Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Odex - Order Hàn Quốc

Scarica i file di estensione Odex - Order Hàn Quốc 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

                        Hỗ trợ mua hàng chính hãng tại Hàn Quốc với chi phí rẻ nhất!

Các bước mua hàng:
- Cài đặt tiện ích "Odex" từ cửa hàng Chrome Web Store
- Chọn một trong những trang web được hỗ trợ tại:
  https://orderhanquoc.com/mua-ho-hang-han-quoc
- Lựa chọn sản phẩm bạn muốn mua
- Chọn đầy đủ các thuộc tính của sản phẩm
- Tại khung đặt hàng của Order Hàn Quốc:
   > Thêm ghi chú dành cho nhân viên của Order Hàn Quốc (nếu có)
   > Bấm nút "Thêm vào giỏ"
- Kiểm tra lại sản phẩm tại trang giỏ hàng của Order Hàn Quốc
- Chọn địa chỉ nhận hàng và hình thức thanh toán
- Hoàn tất thanh toán (không bắt buộc)
- Cập nhật trạng thái đơn hàng tại trang "Đơn mua của tôi"

Xin chân thành cảm ơn quý khách vì đã sử dụng dịch vụ của chúng tôi                    

Informazioni di Base sull'Estensione

Nome Odex - Order Hàn Quốc Odex - Order Hàn Quốc
ID hnhoabipdclbihhiblfcoeboddablnak
URL Ufficiale https://chromewebstore.google.com/detail/odex-order-h%C3%A0n-qu%E1%BB%91c/hnhoabipdclbihhiblfcoeboddablnak
Descrizione Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com
Dimensione del File 24.93 KB
Conteggio Installazioni 2,053
Versione Corrente 2.8.0
Ultimo Aggiornamento 2023-01-21
Data di Pubblicazione 2022-06-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://orderhanquoc.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://orderhanquoc.com/
URL della Pagina della Politica sulla Privacy https://orderhanquoc.com/chinh-sach/bao-mat
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Odex - Order H\u00e0n Qu\u1ed1c",
    "version": "2.8.0",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Ti\u1ec7n \u00edch h\u1ed7 tr\u1ee3 mua h\u1ed9 h\u00e0ng t\u1ea1i H\u00e0n Qu\u1ed1c c\u1ee7a orderhanquoc.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                ".\/main.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                ".\/bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/orderhanquoc.com\/*"
        ]
    }
}