Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Cos'è Pricepeek - Price Comparison for Amazon?
Pricepeek - Price Comparison for Amazon è un'estensione di Chrome sviluppata da Hristiyan Dodov, e la sua funzione principale è "Compare prices of the same product across all Amazon locales".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pricepeek - Price Comparison for Amazon
Scarica i file di estensione Pricepeek - Price Comparison for Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
URL Ufficiale | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
Descrizione | Compare prices of the same product across all Amazon locales |
Dimensione del File | 1.33 MB |
Conteggio Installazioni | 88 |
Versione Corrente | 0.5.6 |
Ultimo Aggiornamento | 2018-10-27 |
Data di Pubblicazione | 2018-10-27 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Hristiyan Dodov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pricepeek.it |
URL della Pagina di Aiuto | https://www.pricepeek.it |
Lingue Supportate | 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" ] } } |