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

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

Vad är AliTool - Công cụ đặt hàng?

AliTool - Công cụ đặt hàng är en Chrome-tillägg utvecklad av Hệ thống nhập hàng trung quốc, och dess huvudfunktion är "Công cụ đặt(order) hàng trên hệ thống Alitool".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AliTool - Công cụ đặt hàng-förlängningens CRX-fil

Ladda ner AliTool - Công cụ đặt hàng-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AliTool - Công cụ đặt hàng AliTool - Công cụ đặt hàng
ID iehamiofnlmdaoncmjnicgelmmkmplog
Officiell webbadress https://chromewebstore.google.com/detail/alitool-c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng/iehamiofnlmdaoncmjnicgelmmkmplog
Beskrivning Công cụ đặt(order) hàng trên hệ thống Alitool
Filstorlek 116 KB
Antal Installationer 626
Aktuell Version 2.0
Senast Uppdaterad 2021-11-24
Publiceringsdatum 2021-07-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Hệ thống nhập hàng trung quốc
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://alibaba1688.vn/dieu-khoan-cam-ket-dich-vu
Stödda Språk 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"
}