Amazon Price and Review check
This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…
Qu'est-ce que Amazon Price and Review check ?
Amazon Price and Review check est une extension Chrome développée par Fries Digital, et sa fonction principale est "This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Price and Review check
Téléchargez les fichiers d'extension Amazon Price and Review check 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
This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many sellers boost their product ratings by giving away free product samples to private and professional reviewers. Those result more often than not in very positive reviews for a given product. This extension checks the last 200 reviews for those product test reviews and gives a warning if the percentage seems to be very high. A product is often sold by many different sellers. Amazon does not always offer the best price to you. "Amazon Best Offer" searches for the best price for the product you are currently looking at. If it finds a lower price it displays a link where you can get the exact same product for a cheaper price.
Informations de Base sur l'Extension
Nom | Amazon Price and Review check |
ID | njmimamhjdjmhaanknoammfblbghkkga |
URL Officiel | https://chromewebstore.google.com/detail/amazon-price-and-review-c/njmimamhjdjmhaanknoammfblbghkkga |
Description | This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many… |
Taille du Fichier | 75.54 KB |
Nombre d'Installations | 1,339 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2016-09-14 |
Date de Publication | 2016-09-14 |
Évaluation | 3.33/5 Total 15 Évaluations |
Développeur | Fries Digital |
Type de Paiement | free |
Langues Prises en Charge | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price and Review check", "version": "0.0.5", "default_locale": "en", "icons": { "128": "img\/icon128.png", "256": "img\/[email protected]" }, "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "\/lib\/jquery-2.1.4.min.js", "\/js\/App.js", "\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.com\/*" ], "js": [ "\/lib\/jquery-2.1.4.min.js", "\/js\/Helpers.js", "\/js\/cs-amazon.js" ], "css": [ "\/css\/amazon.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/img\/*" ], "permissions": [ "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.com\/*" ] } |