Công cụ đặt hàng - Orderviettrung.com

Cho phép bạn đặt hàng, xem giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao, aliexpress, ...

Что такое Công cụ đặt hàng - Orderviettrung.com?

Công cụ đặt hàng - Orderviettrung.com - это расширение Chrome, разработанное orderviettrung.com, и его основная функция - "Cho phép bạn đặt hàng, xem giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao, aliexpress, ...".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Công cụ đặt hàng - Orderviettrung.com

Скачайте файлы расширений Công cụ đặt hàng - Orderviettrung.com в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Công cụ đặt hàng - Order hàng trên hệ thống Orderviettrung.com

Hướng dẫn đặt hàng

1. Tìm kiếm sản phẩm trên Taobao.com, Tmall.com và 1688.com

2. Chờ hệ thống load và hiển thị các thông tin về tỷ giá, giá chuyển đổi, thanh công cụ...

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 Mua sản phẩm để đưa sản phẩm đó vào giỏ hàng.

5. Xem lại nhanh các sản phẩm đã chọn bằng việc bấm Xem giỏ hàng.

6. Mua hàng đơn giản bằng việc bấm Vào giỏ hàng để xem lại toàn bộ thông tin sản phẩm và chi phí của đơn hàng.

7. Trong giao diện Vào giỏ hàng, bấm ĐẶT HÀNG để chúng tôi được hân hạnh phục vụ bạn.                    

Основная информация о расширении

Название Công cụ đặt hàng - Orderviettrung.com Công cụ đặt hàng - Orderviettrung.com
ID amghcagfbnhgnofgipaopponiljjpjlc
Официальный URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ordervie/amghcagfbnhgnofgipaopponiljjpjlc
Описание Cho phép bạn đặt hàng, xem giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao, aliexpress, ...
Размер файла 818 KB
Количество установок 81
Текущая Версия 2.207
Последнее Обновление 2022-07-07
Дата публикации 2020-11-24
Разработчик orderviettrung.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://orderviettrung.com/
URL страницы помощи https://orderviettrung.com/huong-dan-dat-hang-taobao-1688.html
URL страницы политики конфиденциальности https://orderviettrung.com/chinh-sach-bao-mat.html
Поддерживаемые языки vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng - Orderviettrung.com",
    "description": "Cho ph\u00e9p b\u1ea1n \u0111\u1eb7t h\u00e0ng, xem gi\u00e1 tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 1688, tmall, taobao, aliexpress, ...",
    "version": "2.207",
    "icons": {
        "16": "data\/icon\/logo_16.png",
        "48": "data\/icon\/logo_48.png",
        "128": "data\/icon\/logo_128.png"
    },
    "author": "Orderviettrung.com",
    "background": {
        "scripts": [
            "data\/js\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "data\/icon\/logo.png",
        "default_popup": "data\/index.html",
        "default_title": "Orderviettrung.com"
    },
    "content_scripts": [
        {
            "css": [
                "data\/css\/app.css"
            ],
            "js": [
                "data\/js\/plugin\/jquery\/jquery.min.js",
                "data\/js\/plugin\/utils\/textutils.js",
                "data\/js\/conf\/config.js",
                "data\/js\/conf\/action.js",
                "lib\/chrome.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.jd.com\/*",
                "http:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.cn\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.alibaba.com\/*",
                "https:\/\/*.alibaba.com\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ],
            "js": [
                "data\/js\/bin\/taobao.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*"
            ],
            "js": [
                "data\/js\/bin\/tmall.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "js": [
                "data\/js\/bin\/web1688.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.jd.com\/*",
                "http:\/\/jd.com\/*"
            ],
            "js": [
                "data\/js\/bin\/jd.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.cn\/*"
            ],
            "js": [
                "data\/js\/bin\/amazoncn.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "data\/js\/bin\/aliexpress.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.alibaba.com\/*",
                "https:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "data\/js\/bin\/alibaba.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}