Alibabaexpress Add-on
Order Vận chuyển - Alibabaexpress.vn
Cos'è Alibabaexpress Add-on?
Alibabaexpress Add-on è un'estensione di Chrome sviluppata da Quang Hùng, e la sua funzione principale è "Order Vận chuyển - Alibabaexpress.vn".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alibabaexpress Add-on
Scarica i file di estensione Alibabaexpress Add-on 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
Order Vận chuyển - https://alibabaexpress.vn CÔNG CỤ ĐẶT HÀNG - https://alibabaexpress.vn có thể được coi là một hoa tiêu giúp bạn mua hàng dễ dàng hơn trên các website thương mại điện tử Trung Quốc. Tính năng chính: 1. Giỏ hàng xem trước: Bạn có thể xem nhanh các sản phẩm mà mình đã chọn mua mà không cần phải lo lắng về việc mình có cần phải đăng nhập hay không. Chúng sẽ được tự động lưu giữ lại cho tới khi bạn chọn "Xóa tất cả" trong giao diện giỏ hàng. 2. Tỷ giá và giá chuyển đổi: Công cụ này sẽ cập nhật tỷ giá theo thời gian thực và dựa vào đó để quy đổi giá trị hàng hóa từ tiền Tệ ra tiền Việt. Giúp bạn dễ dàng theo dõi giá trị của sản phẩm một cách nhanh và chính xác nhất.
Informazioni di Base sull'Estensione
Nome | Alibabaexpress Add-on |
ID | acdcaafghpklfpebjgmpogihnedbdekb |
URL Ufficiale | https://chromewebstore.google.com/detail/alibabaexpress-add-on/acdcaafghpklfpebjgmpogihnedbdekb |
Descrizione | Order Vận chuyển - Alibabaexpress.vn |
Dimensione del File | 59.21 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-01-28 |
Data di Pubblicazione | 2019-01-27 |
Sviluppatore | Quang Hùng |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://nhaphang68.com/noi-dung/51/privacy-policy |
Lingue Supportate | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alibabaexpress Add-on", "version": "1.3", "manifest_version": 2, "description": " Order V\u1eadn chuy\u1ec3n - Alibabaexpress.vn", "browser_action": { "name": "Manipulate DOM", "icons": [ "alibabaexpress.png" ], "default_icon": "alibabaexpress.png" }, "content_scripts": [ { "css": [ "css\/app.css" ], "js": [ "js\/jquery.min.js", "js\/s_common.js", "js\/s_taobao.js", "js\/s_alibaba.js", "js\/s_vipshop.js", "js\/s_main.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.vip.com\/*", "https:\/\/*.vip.com\/*" ] } ] } |