Hoado.vn
Công cụ đặt(order) hàng trên hệ thống Hoado.vn
What is Hoado.vn?
Hoado.vn is a Chrome extension developed by TMDT, and its main feature is "Công cụ đặt(order) hàng trên hệ thống Hoado.vn".
Extension Screenshots
Download Hoado.vn Extension CRX File
Download Hoado.vn 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
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 Thêm 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.
Extension Basic Information
Name | Hoado.vn |
ID | cmibghajdohnaehdlmcakhledfdfkmpp |
Official URL | https://chromewebstore.google.com/detail/hoadovn/cmibghajdohnaehdlmcakhledfdfkmpp |
Description | Công cụ đặt(order) hàng trên hệ thống Hoado.vn |
File Size | 192 KB |
Installation Count | 280 |
Current Version | 2.5 |
Last Updated | 2024-01-10 |
Publish Date | 2020-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | TMDT |
[email protected] | |
Payment Type | free |
Extension Website | http://hoado.vn |
Help Page URL | https://hoado.vn |
Privacy Policy Page URL | https://hoado.vn/chinh-sach |
Supported Languages | vi |
manifest.json | |
{ "action": { "default_icon": "icons\/icon.png", "default_title": "Hoado.vn" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.js", "js\/content.js" ], "matches": [ "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "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 Hoado.vn", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Hoado.vn", "host_permissions": [ "https:\/\/*.hoado.vn\/*", "http:\/\/localhost\/*", "*:\/\/*.google.com\/*", "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": "Hoado.vn", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5" } |