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

What is Odex - Order Hàn Quốc?

Odex - Order Hàn Quốc is a Chrome extension developed by https://orderhanquoc.com, and its main feature is "Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Odex - Order Hàn Quốc Extension CRX File

Download Odex - Order Hàn Quốc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Odex - Order Hàn Quốc Odex - Order Hàn Quốc
ID hnhoabipdclbihhiblfcoeboddablnak
Official URL https://chromewebstore.google.com/detail/odex-order-h%C3%A0n-qu%E1%BB%91c/hnhoabipdclbihhiblfcoeboddablnak
Description Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com
File Size 24.93 KB
Installation Count 2,053
Current Version 2.8.0
Last Updated 2023-01-21
Publish Date 2022-06-03
Rating 5.00/5 Total 4 Ratings
Developer https://orderhanquoc.com
Email [email protected]
Payment Type free
Extension Website https://orderhanquoc.com/
Privacy Policy Page URL https://orderhanquoc.com/chinh-sach/bao-mat
Supported Languages 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\/*"
        ]
    }
}