Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Pricepeek - Price Comparison for Amazon là gì?
Pricepeek - Price Comparison for Amazon là một tiện ích mở rộng Chrome được phát triển bởi Hristiyan Dodov, và tính năng chính của nó là "Compare prices of the same product across all Amazon locales".
Ả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 Pricepeek - Price Comparison for Amazon
Tải xuống các tệp mở rộng Pricepeek - Price Comparison for Amazon 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
Pricepeek shows you the price of the same product across all Amazon locales so you donʼt need to do the checkup manually. We also include a list of major e-stores (like Tesco, Target etc.) to that so you can always make the best (and cheapest) choice. Also: - You can easily share your results - No registration needed - Tons of settings to customize your experience New: - Improved connectivity Use [email protected] for ideas and feedback.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
URL Chính Thức | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
Mô tả | Compare prices of the same product across all Amazon locales |
Kích Thước Tệp | 1.33 MB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 0.5.6 |
Cập Nhật Lần Cuối | 2018-10-27 |
Ngày Phát Hành | 2018-10-27 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Hristiyan Dodov |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.pricepeek.it |
URL Trang Trợ Giúp | https://www.pricepeek.it |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "name": "Pricepeek - Price Comparison for Amazon", "short_name": "Pricepeek", "version": "0.5.6", "author": "Dimitar Raykov, Hristiyan Dodov", "description": "Compare prices of the same product across all Amazon locales", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup\/index.html" }, "permissions": [ "https:\/\/pricepeek.it\/", "storage", "tabs" ], "background": { "scripts": [ "main\/socket.io.js", "main\/event.js" ] } } |