Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Co je Amazon Price Comparator?
Amazon Price Comparator je rozšíření Chrome vyvinuté DocKuro, a jeho hlavní funkcí je „This extension shows the price of the Amazon item in the current page for every other Amazon shop“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Amazon Price Comparator
Stáhněte si soubory rozšíření Amazon Price Comparator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
Oficiální URL | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Popis | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Velikost souboru | 45.28 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.4.1 |
Poslední Aktualizace | 2016-04-08 |
Datum Vydání | 2016-04-08 |
Hodnocení | 3.50/5 Celkem 6 Hodnocení |
Vývojář | DocKuro |
Typ Platby | free |
Podporované Jazyky | 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" ] } |