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.
O que é Amazon Verified Purchaser Review Average?
Amazon Verified Purchaser Review Average é uma extensão do Chrome desenvolvida por will.blaschko, e sua principal característica é "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Verified Purchaser Review Average
Baixe arquivos de extensão Amazon Verified Purchaser Review Average no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | ojdfblobgigljijbdjlgedijgnnnnajf |
URL Oficial | https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf |
Descrição | See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon. |
Tamanho do Arquivo | 68.67 KB |
Contagem de Instalações | 194 |
Versão Atual | 1.1.4 |
Última Atualização | 2015-10-24 |
Data de Publicação | 2015-10-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | will.blaschko |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |