Amazon Shopping Companion
Avoid fake reviews, filter sponsored products, check price history, and more!
Amazon Shopping Companion là gì?
Amazon Shopping Companion là một tiện ích mở rộng Chrome được phát triển bởi link49, và tính năng chính của nó là "Avoid fake reviews, filter sponsored products, check price history, and more!".
Ả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 Amazon Shopping Companion
Tải xuống các tệp mở rộng Amazon Shopping Companion 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
- Filter most ads and sponsored items from Amazon search results - Easily see buying options for any Amazon product - Search product reviews and Q&A sections for red flags - Detect and ignore fake reviews using FakeSpot and ReviewMeta - Check pricing history and get price drop alerts on CamelCamelCamel - Compare with other stores on Google Shopping Amazon Shopping Companion puts all of these shortcuts within one click of any Amazon product page, and does not invade your privacy by asking for unnecessary permissions. Note: this is a side project I created to simplify my own shopping, and thought it might help others too. I cannot make guarantees but would love to hear from you if you have any questions or feedback.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Shopping Companion |
ID | mfmekkbmbaddfjnmjhlbnbnfoemknngc |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-shopping-companion/mfmekkbmbaddfjnmjhlbnbnfoemknngc |
Mô tả | Avoid fake reviews, filter sponsored products, check price history, and more! |
Kích Thước Tệp | 9.79 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 0.32 |
Cập Nhật Lần Cuối | 2021-12-29 |
Ngày Phát Hành | 2020-05-24 |
Nhà Phát Triển | link49 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Shopping Companion", "description": "Avoid fake reviews, filter sponsored products, check price history, and more!", "version": "0.32", "icons": { "128": "128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.eg\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.pl\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.sg\/*" ], "css": [ "content.css" ], "run_at": "document_idle" } ], "permissions": [ "activeTab" ] } |