Amazon Verified Purchaser Review Average
See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.
Qu'est-ce que Amazon Verified Purchaser Review Average ?
Amazon Verified Purchaser Review Average est une extension Chrome développée par will.blaschko, et sa fonction principale est "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Verified Purchaser Review Average
Téléchargez les fichiers d'extension Amazon Verified Purchaser Review Average 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
Informations de Base sur l'Extension
Nom | |
ID | ojdfblobgigljijbdjlgedijgnnnnajf |
URL Officiel | https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf |
Description | See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon. |
Taille du Fichier | 68.67 KB |
Nombre d'Installations | 194 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2015-10-24 |
Date de Publication | 2015-10-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | will.blaschko |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Verified Purchaser Review Average", "description": "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.", "version": "1.1.4", "icons": { "16": "ico_16.png", "48": "ico_48.png", "128": "ico_128.png", "512": "ico_512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*" ], "js": [ "jquery-2.1.4.min.js", "reviews.js" ] } ], "permissions": [ "activeTab", "storage", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*" ] } |