Ranking of Tradingview Traders | Finbeet
Tradingview : 1.Traders' Ranking 2.Traders' report card
Ranking of Tradingview Traders | Finbeetคืออะไร?
Ranking of Tradingview Traders | Finbeet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://finbeet.com และคุณลักษณะหลักของมันคือ "Tradingview : 1.Traders' Ranking 2.Traders' report card"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ranking of Tradingview Traders | Finbeet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |