Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Qu'est-ce que Amazon Price Comparator ?
Amazon Price Comparator est une extension Chrome développée par DocKuro, et sa fonction principale est "This extension shows the price of the Amazon item in the current page for every other Amazon shop".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Price Comparator
Téléchargez les fichiers d'extension Amazon Price Comparator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
URL Officiel | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Description | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Taille du Fichier | 45.28 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2016-04-08 |
Date de Publication | 2016-04-08 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | DocKuro |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |