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.
Vad är Amazon Verified Purchaser Review Average?
Amazon Verified Purchaser Review Average är en Chrome-tillägg utvecklad av will.blaschko, och dess huvudfunktion är "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.".
Tilläggsskärmbilder
Ladda ner Amazon Verified Purchaser Review Average-förlängningens CRX-fil
Ladda ner Amazon Verified Purchaser Review Average-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | ojdfblobgigljijbdjlgedijgnnnnajf |
Officiell webbadress | https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf |
Beskrivning | See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon. |
Filstorlek | 68.67 KB |
Antal Installationer | 194 |
Aktuell Version | 1.1.4 |
Senast Uppdaterad | 2015-10-24 |
Publiceringsdatum | 2015-10-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | will.blaschko |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |