Ranking of Tradingview Traders | Finbeet
Tradingview : 1.Traders' Ranking 2.Traders' report card
Ranking of Tradingview Traders | Finbeet란 무엇입니까?
Ranking of Tradingview Traders | Finbeet은(는) https://finbeet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tradingview : 1.Traders' Ranking 2.Traders' report card"입니다.
확장 프로그램 스크린샷
Ranking of Tradingview Traders | Finbeet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
<< 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 +++++++++++++++++++++
확장 프로그램 기본 정보
이름 | Ranking of Tradingview Traders | Finbeet |
ID | ogchflojfnlhioobklpnjhbdkphkdpad |
공식 URL | https://chromewebstore.google.com/detail/ranking-of-tradingview-tr/ogchflojfnlhioobklpnjhbdkphkdpad |
설명 | Tradingview : 1.Traders' Ranking 2.Traders' report card |
파일 크기 | 210 KB |
설치 횟수 | 60 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2021-10-26 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://finbeet.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://finbeet.com/ |
개인정보 보호 정책 페이지 URL | https://finbeet.com/privacy |
지원되는 언어 | 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" } } |