Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Amazon Price Comparator là gì?
Amazon Price Comparator là một tiện ích mở rộng Chrome được phát triển bởi DocKuro, và tính năng chính của nó là "This extension shows the price of the Amazon item in the current page for every other Amazon shop".
Ả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 Price Comparator
Tải xuống các tệp mở rộng Amazon Price Comparator 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
Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site. Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account. Click on the price to visit the product page in the other amazon page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Mô tả | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Kích Thước Tệp | 45.28 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2016-04-08 |
Ngày Phát Hành | 2016-04-08 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | DocKuro |
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 Price Comparator", "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop", "version": "1.4.1", "options_page": "options.html", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "prices.html", "default_title": "Compare Prices!" }, "permissions": [ "activeTab", "storage" ] } |