Hoado.vn
Công cụ đặt(order) hàng trên hệ thống Hoado.vn
Cos'è Hoado.vn?
Hoado.vn è un'estensione di Chrome sviluppata da TMDT, e la sua funzione principale è "Công cụ đặt(order) hàng trên hệ thống Hoado.vn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hoado.vn
Scarica i file di estensione Hoado.vn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hoado.vn |
ID | cmibghajdohnaehdlmcakhledfdfkmpp |
URL Ufficiale | https://chromewebstore.google.com/detail/hoadovn/cmibghajdohnaehdlmcakhledfdfkmpp |
Descrizione | Công cụ đặt(order) hàng trên hệ thống Hoado.vn |
Dimensione del File | 192 KB |
Conteggio Installazioni | 280 |
Versione Corrente | 2.5 |
Ultimo Aggiornamento | 2024-01-10 |
Data di Pubblicazione | 2020-08-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | TMDT |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://hoado.vn |
URL della Pagina di Aiuto | https://hoado.vn |
URL della Pagina della Politica sulla Privacy | https://hoado.vn/chinh-sach |
Lingue Supportate | 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" } |