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 |
官方網址 | 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" } } |