Amazon Rank Chrome Extension
This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
O que é Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension é uma extensão do Chrome desenvolvida por https://www.fbamaster.com, e sua principal característica é "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Rank Chrome Extension
Baixe arquivos de extensão Amazon Rank Chrome Extension 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
This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.
Informações Básicas da Extensão
Nome | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
URL Oficial | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Descrição | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
Tamanho do Arquivo | 104 KB |
Contagem de Instalações | 9,534 |
Versão Atual | 1.3 |
Última Atualização | 2016-03-09 |
Data de Publicação | 2016-03-09 |
Classificação | 4.36/5 Total de 14 Avaliações |
Desenvolvedor | https://www.fbamaster.com |
[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 Rank Chrome Extension", "description": "", "version": "1.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "css": [ "styles.css" ], "js": [ "settings.js", "jquery-2.2.1.js", "contentScript.js" ] } ], "permissions": [ "activeTab", "webNavigation" ] } |