AliWizard shopping assistant for Aliexpress
The Best Helper ever for Aliexpress Shopoholics!
AliWizard shopping assistant for Aliexpress là gì?
AliWizard shopping assistant for Aliexpress là một tiện ích mở rộng Chrome được phát triển bởi aliwiz, và tính năng chính của nó là "The Best Helper ever for Aliexpress Shopoholics!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AliWizard shopping assistant for Aliexpress
Tải xuống các tệp mở rộng AliWizard shopping assistant for Aliexpress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
AliWiz helps make best buys on AliExpress providing reliable information on sellers and products Once AliWiz is added, you can: ✅go through real customer reviews and photos; ✅find out a trust level of AliExpress sellers and shops; ✅see price dynamic of a product; ✅track the price of a product and receive notifications when the price is changed; ✅have easy access to recommended similar items; AliWiz helps you to make sure if sales (like AliExpress Birthday 💥 and Black Friday ♥︎) are real – just check the price history and see how it’s been changed
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ockcndbfhfehadkignfpicaaamkdehka |
URL Chính Thức | https://chrome.google.com/webstore/detail/aliwizard-shopping-assist/ockcndbfhfehadkignfpicaaamkdehka |
Mô tả | The Best Helper ever for Aliexpress Shopoholics! |
Kích Thước Tệp | 399 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 1.0.92 |
Cập Nhật Lần Cuối | 2020-05-22 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 2.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | aliwiz |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://aliwiz.info/pp.html |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "author": "Anton Yolhin", "description": "__MSG_description__", "version": "1.0.92", "default_locale": "en", "permissions": [ "storage", "https:\/\/*.aliexpress.com\/*", "https:\/\/tmall.ru\/*", "https:\/\/*.pricearchive.org\/*", "https:\/\/*.aliradar.com\/*", "https:\/\/sa.3205.tools\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "https:\/\/tmall.ru\/*" ], "js": [ "\/content.js" ], "css": [ "\/fonts\/fonts.css" ], "run_at": "document_idle", "all_frames": true } ], "background": { "scripts": [ "\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon-48.png", "default_title": "__MSG_name__", "default_popup": "popup\/popup.html" } } |