AliTool - Công cụ đặt hàng

Công cụ đặt(order) hàng trên hệ thống Alitool

¿Qué es AliTool - Công cụ đặt hàng?

AliTool - Công cụ đặt hàng es una extensión de Chrome desarrollada por Hệ thống nhập hàng trung quốc, y su función principal es "Công cụ đặt(order) hàng trên hệ thống Alitool".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AliTool - Công cụ đặt hàng

Descarga archivos de extensión AliTool - Công cụ đặt hàng en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Công cụ đặt(order) hàng trên hệ thống Alibaba1688.vn.

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ề phiên dịch, 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 vinh dự phục vụ bạn.                    

Información Básica de la Extensión

Nombre AliTool - Công cụ đặt hàng AliTool - Công cụ đặt hàng
ID iehamiofnlmdaoncmjnicgelmmkmplog
URL Oficial https://chromewebstore.google.com/detail/alitool-c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng/iehamiofnlmdaoncmjnicgelmmkmplog
Descripción Công cụ đặt(order) hàng trên hệ thống Alitool
Tamaño del Archivo 116 KB
Cantidad de Instalaciones 626
Versión Actual 2.0
Última Actualización 2021-11-24
Fecha de Publicación 2021-07-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Hệ thống nhập hàng trung quốc
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://alibaba1688.vn/dieu-khoan-cam-ket-dich-vu
Idiomas Soportados vi
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "AliTool - C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.vip.com\/*",
                "https:\/\/*.vip.com\/*",
                "http:\/\/*.vipshop.com\/*",
                "https:\/\/*.vipshop.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t(order) h\u00e0ng tr\u00ean h\u1ec7 th\u1ed1ng Alitool",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "512": "icons\/icon_512.png"
    },
    "manifest_version": 2,
    "name": "AliTool - C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng",
    "permissions": [
        "https:\/\/*.alibaba1688.vn\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.vip.com\/*",
        "https:\/\/*.vip.com\/*",
        "http:\/\/*.vipshop.com\/*",
        "https:\/\/*.vipshop.com\/*"
    ],
    "short_name": "AliTool",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0"
}