IReviews Shopping Assistant
Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.
IReviews Shopping Assistant là gì?
IReviews Shopping Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://ireviews.com/shopping-assistant, và tính năng chính của nó là "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.".
Ả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 IReviews Shopping Assistant
Tải xuống các tệp mở rộng IReviews Shopping Assistant 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
Receive notifications letting you know when items are back in stock. Get recommendations for cards that help you earn even more savings when purchasing products.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IReviews Shopping Assistant |
ID | ppjcaodegfaoikboamajamdiggbalnai |
URL Chính Thức | https://chromewebstore.google.com/detail/ireviews-shopping-assista/ppjcaodegfaoikboamajamdiggbalnai |
Mô tả | Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores. |
Kích Thước Tệp | 2.41 MB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 3.0.10 |
Cập Nhật Lần Cuối | 2022-12-03 |
Ngày Phát Hành | 2021-07-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://ireviews.com/shopping-assistant |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ireviews.com/ |
URL Trang Trợ Giúp | https://www.ireviews.com/contact |
URL Trang Chính Sách Bảo Mật | https://www.ireviews.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "name": "IReviews Shopping Assistant", "version": "3.0.10", "description": "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.", "icons": { "512": "NewLogo.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "scripting", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/api.ireviews.com\/*", "https:\/\/fonts.googleapis.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/jquery-3.6.0.min.js", ".\/static\/js\/chart.min.js", "foreground.js", "gtag.js" ] } ] } |