Ranking of Tradingview Traders | Finbeet
Tradingview : 1.Traders' Ranking 2.Traders' report card
O que é Ranking of Tradingview Traders | Finbeet?
Ranking of Tradingview Traders | Finbeet é uma extensão do Chrome desenvolvida por https://finbeet.com, e sua principal característica é "Tradingview : 1.Traders' Ranking 2.Traders' report card".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ranking of Tradingview Traders | Finbeet
Baixe arquivos de extensão Ranking of Tradingview Traders | Finbeet 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
<< Ranking of TradingView Traders Is Revealed by Finbeet Extension ! >> Finbeet uses the proprietary AI algorithm to rank the cryptocurrency traders of TradingView based on their financial performance estimated by their social media content. Finbeet lets traders know where they stand among +300M crypto traders, track their progression and not miss the market opportunities offered by outstanding traders. Where do you stand? What is your progression? How not to miss big opportunities? We also prepare a profile for each trader that can come up with actionable insights for investors that want to follow them. +++++++++++++++++++++ Check Finbeet.com to Find the Best Trader of TradingView Fast & Easily +++++++++++++++++++++
Informações Básicas da Extensão
Nome | Ranking of Tradingview Traders | Finbeet |
ID | ogchflojfnlhioobklpnjhbdkphkdpad |
URL Oficial | https://chromewebstore.google.com/detail/ranking-of-tradingview-tr/ogchflojfnlhioobklpnjhbdkphkdpad |
Descrição | Tradingview : 1.Traders' Ranking 2.Traders' report card |
Tamanho do Arquivo | 210 KB |
Contagem de Instalações | 60 |
Versão Atual | 0.0.3 |
Última Atualização | 2021-11-16 |
Data de Publicação | 2021-10-26 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://finbeet.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://finbeet.com/ |
URL da Página de Política de Privacidade | https://finbeet.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ranking of Tradingview Traders | Finbeet", "version": "0.0.3", "manifest_version": 2, "description": "Tradingview : 1.Traders' Ranking 2.Traders' report card", "icons": { "512": "logo.png" }, "content_scripts": [ { "js": [ "popup.js" ], "css": [ "styles.css" ], "matches": [ "*:\/\/www.tradingview.com\/*" ] } ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "Finbeet" } } |