Compare Amazon prices
Quickly check other Amazon locales to compare prices.
Compare Amazon prices là gì?
Compare Amazon prices là một tiện ích mở rộng Chrome được phát triển bởi Lab360°, và tính năng chính của nó là "Quickly check other Amazon locales to compare prices.".
Ả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 Compare Amazon prices
Tải xuống các tệp mở rộng Compare Amazon prices 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
Quickly check all Amazon stores to compare prices and reviews on products.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pebibaibfmcgpnokhjehllhjceldhfbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/compare-amazon-prices/pebibaibfmcgpnokhjehllhjceldhfbo |
Mô tả | Quickly check other Amazon locales to compare prices. |
Kích Thước Tệp | 42.7 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-01-14 |
Ngày Phát Hành | 2018-01-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Lab360° |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Compare Amazon prices" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "other-amazon.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*" ] } ], "description": "Quickly check other Amazon locales to compare prices.", "icons": { "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "32": "icons\/icon-32.png", "24": "icons\/icon-24.png", "19": "icons\/icon-19.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "Compare Amazon prices", "short_name": "Watch prices on Amazon", "options_ui": { "chrome_style": false, "page": "options.html" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "data\/tlds.json" ] } |