Hummingbird Hover-Graph
On any Amazon product page click the extension icon to check price and sales rank history.
O que é Hummingbird Hover-Graph?
Hummingbird Hover-Graph é uma extensão do Chrome desenvolvida por https://tacticalarbitrage.com, e sua principal característica é "On any Amazon product page click the extension icon to check price and sales rank history.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hummingbird Hover-Graph
Baixe arquivos de extensão Hummingbird Hover-Graph 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
Now anyone can check an Amazon product for price and sales rank history. The extension is really easy to use. Simply head to any Amazon product page and click the extension icon. Up will pop an interactive graph with data you can hover over to see key information you need to help you analyze any Amazon product for important sourcing decisions. Privacy Policy - https://tacticalarbitrage.com/privacy-policy/
Informações Básicas da Extensão
Nome | Hummingbird Hover-Graph |
ID | fnjngbnfomhcjmcdmnlkhdjoicphlidl |
URL Oficial | https://chromewebstore.google.com/detail/hummingbird-hover-graph/fnjngbnfomhcjmcdmnlkhdjoicphlidl |
Descrição | On any Amazon product page click the extension icon to check price and sales rank history. |
Tamanho do Arquivo | 289 KB |
Contagem de Instalações | 2,836 |
Versão Atual | 1.0.15 |
Última Atualização | 2021-06-22 |
Data de Publicação | 2020-05-28 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | https://tacticalarbitrage.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.tacticalarbitrage.com |
URL da Página de Política de Privacidade | https://tacticalarbitrage.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "manifest_version": 2, "name": "Hummingbird Hover-Graph", "short_name": "Hummingbird Hover-Graph", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.15", "description": "On any Amazon product page click the extension icon to check price and sales rank history.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "html\/button.html" }, "icons": { "128": "images\/icon128.png" }, "options_page": "html\/options.html", "permissions": [ "https:\/\/tacticalarbitrage.com\/*", "https:\/\/*.tacticalarbitrage.com\/*", "https:\/\/tacticalflips.com\/*", "https:\/\/*.tacticalflips.com\/*", "cookies", "tabs" ] } |