Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Was ist Amazon Price Comparator?
Amazon Price Comparator ist eine Chrome-Erweiterung, die von DocKuro entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the price of the Amazon item in the current page for every other Amazon shop".
Erweiterungsscreenshots
Amazon Price Comparator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Price Comparator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
Offizielle URL | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Beschreibung | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Dateigröße | 45.28 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.4.1 |
Letztes Update | 2016-04-08 |
Veröffentlichungsdatum | 2016-04-08 |
Bewertung | 3.50/5 Insgesamt 6 Bewertungen |
Entwickler | DocKuro |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |