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ファイルをダウンロード
Ranking of Tradingview Traders | Finbeet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
<< 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 |
Eメール | [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" } } |