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.
Cos'è Amazon Verified Purchaser Review Average?
Amazon Verified Purchaser Review Average è un'estensione di Chrome sviluppata da will.blaschko, e la sua funzione principale è "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Verified Purchaser Review Average
Scarica i file di estensione Amazon Verified Purchaser Review Average in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | ojdfblobgigljijbdjlgedijgnnnnajf |
URL Ufficiale | https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf |
Descrizione | See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon. |
Dimensione del File | 68.67 KB |
Conteggio Installazioni | 194 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2015-10-24 |
Data di Pubblicazione | 2015-10-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | will.blaschko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |