Investment Stats for Coinbase
See more information on your crypto wallots, supplementing the balance information that Coinbase offers.
O que é Investment Stats for Coinbase?
Investment Stats for Coinbase é uma extensão do Chrome desenvolvida por Geek Overdrive Studio, e sua principal característica é "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Investment Stats for Coinbase
Baixe arquivos de extensão Investment Stats for Coinbase 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 see vital information on your investments on Coinbase. It is enabled within the Wallet page of any cryptocurrency. This extension will show you: - The amount you have invested - The net profit of your investments - The breakeven point of your investments - The percentage net worth of your investments in comparison to the breakeven point Once enabled, simply navigate to one of your Coinbase wallets to see your investment statistics. Currently tested on Chromium browsers only.
Informações Básicas da Extensão
Nome | |
ID | hgdhmdhnjphbkcnpihgdnajlpejpcgmo |
URL Oficial | https://chromewebstore.google.com/detail/investment-stats-for-coin/hgdhmdhnjphbkcnpihgdnajlpejpcgmo |
Descrição | See more information on your crypto wallots, supplementing the balance information that Coinbase offers. |
Tamanho do Arquivo | 89.67 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.2.1 |
Última Atualização | 2021-03-19 |
Data de Publicação | 2021-03-09 |
Desenvolvedor | Geek Overdrive Studio |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Investment Stats for Coinbase", "description": "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.", "version": "1.2.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.coinbase.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" } } |