Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Wat is Amazon Price Comparator?
Amazon Price Comparator is een Chrome-extensie ontwikkeld door DocKuro, en de belangrijkste functie is "This extension shows the price of the Amazon item in the current page for every other Amazon shop".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Price Comparator
Download Amazon Price Comparator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
Officiële URL | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Beschrijving | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Bestandsgrootte | 45.28 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2016-04-08 |
Publicatiedatum | 2016-04-08 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | DocKuro |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |