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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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"
    }
}