Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Vad är Pricepeek - Price Comparison for Amazon?
Pricepeek - Price Comparison for Amazon är en Chrome-tillägg utvecklad av Hristiyan Dodov, och dess huvudfunktion är "Compare prices of the same product across all Amazon locales".
Tilläggsskärmbilder
Ladda ner Pricepeek - Price Comparison for Amazon-förlängningens CRX-fil
Ladda ner Pricepeek - Price Comparison for Amazon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
Officiell webbadress | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
Beskrivning | Compare prices of the same product across all Amazon locales |
Filstorlek | 1.33 MB |
Antal Installationer | 88 |
Aktuell Version | 0.5.6 |
Senast Uppdaterad | 2018-10-27 |
Publiceringsdatum | 2018-10-27 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Hristiyan Dodov |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.pricepeek.it |
Hjälpsida URL | https://www.pricepeek.it |
Stödda Språk | 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" ] } } |