Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
What is Pricepeek - Price Comparison for Amazon?
Pricepeek - Price Comparison for Amazon is a Chrome extension developed by Hristiyan Dodov, and its main feature is "Compare prices of the same product across all Amazon locales".
Extension Screenshots
Download Pricepeek - Price Comparison for Amazon Extension CRX File
Download Pricepeek - Price Comparison for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
Official URL | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
Description | Compare prices of the same product across all Amazon locales |
File Size | 1.33 MB |
Installation Count | 88 |
Current Version | 0.5.6 |
Last Updated | 2018-10-27 |
Publish Date | 2018-10-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Hristiyan Dodov |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pricepeek.it |
Help Page URL | https://www.pricepeek.it |
Supported Languages | 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" ] } } |