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

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

O que é AliTool - Công cụ đặt hàng?

AliTool - Công cụ đặt hàng é uma extensão do Chrome desenvolvida por Hệ thống nhập hàng trung quốc, e sua principal característica é "Công cụ đặt(order) hàng trên hệ thống Alitool".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AliTool - Công cụ đặt hàng

Baixe arquivos de extensão AliTool - Công cụ đặt hàng no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Công cụ đặt(order) hàng trên hệ thống Alitool
Tamanho do Arquivo 116 KB
Contagem de Instalações 626
Versão Atual 2.0
Última Atualização 2021-11-24
Data de Publicação 2021-07-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Hệ thống nhập hàng trung quốc
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://alibaba1688.vn/dieu-khoan-cam-ket-dich-vu
Idiomas Suportados 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"
}