Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Cos'è Amazon Price Comparator?
Amazon Price Comparator è un'estensione di Chrome sviluppata da DocKuro, e la sua funzione principale è "This extension shows the price of the Amazon item in the current page for every other Amazon shop".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Price Comparator
Scarica i file di estensione Amazon Price Comparator 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
Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site. Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account. Click on the price to visit the product page in the other amazon page.
Informazioni di Base sull'Estensione
Nome | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Descrizione | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Dimensione del File | 45.28 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2016-04-08 |
Data di Pubblicazione | 2016-04-08 |
Valutazione | 3.50/5 Totale 6 Valutazioni |
Sviluppatore | DocKuro |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Comparator", "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop", "version": "1.4.1", "options_page": "options.html", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "prices.html", "default_title": "Compare Prices!" }, "permissions": [ "activeTab", "storage" ] } |