Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Co to jest Pricepeek - Price Comparison for Amazon?
Pricepeek - Price Comparison for Amazon to rozszerzenie Chrome opracowane przez Hristiyan Dodov, a jego główną funkcją jest „Compare prices of the same product across all Amazon locales”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pricepeek - Price Comparison for Amazon
Pobierz pliki rozszerzeń Pricepeek - Price Comparison for Amazon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
Oficjalny URL | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
Opis | Compare prices of the same product across all Amazon locales |
Rozmiar pliku | 1.33 MB |
Liczba instalacji | 88 |
Aktualna Wersja | 0.5.6 |
Ostatnia Aktualizacja | 2018-10-27 |
Data Publikacji | 2018-10-27 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Hristiyan Dodov |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.pricepeek.it |
Adres URL Strony Pomocy | https://www.pricepeek.it |
Obsługiwane Języki | 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" ] } } |