Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Was ist Pricepeek - Price Comparison for Amazon?
Pricepeek - Price Comparison for Amazon ist eine Chrome-Erweiterung, die von Hristiyan Dodov entwickelt wurde, und ihr Hauptmerkmal ist "Compare prices of the same product across all Amazon locales".
Erweiterungsscreenshots
Pricepeek - Price Comparison for Amazon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pricepeek - Price Comparison for Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
Offizielle URL | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
Beschreibung | Compare prices of the same product across all Amazon locales |
Dateigröße | 1.33 MB |
Installationsanzahl | 88 |
Aktuelle Version | 0.5.6 |
Letztes Update | 2018-10-27 |
Veröffentlichungsdatum | 2018-10-27 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Hristiyan Dodov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.pricepeek.it |
Hilfeseite URL | https://www.pricepeek.it |
Unterstützte Sprachen | 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" ] } } |