Algosys Tradingview Extention
Send automated & Manual Alerts to ALGOSYS
Algosys Tradingview Extentionคืออะไร?
Algosys Tradingview Extention เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tv.algosys และคุณลักษณะหลักของมันคือ "Send automated & Manual Alerts to ALGOSYS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Algosys Tradingview Extention
ดาวน์โหลดไฟล์ส่วนขยาย Algosys Tradingview Extention ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a TradingView extension to Automate any strategy & send alerts to ALGOSYS. Using this extension can place order directly from the TradingView chart to your favourite broker using manual BUY SELL SHORT COVER buttons. This Algosys TradingView Extention can also work with the free version of TradingView too. For more details visit https://algosys.co.in or send mail to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Algosys Tradingview Extention |
ID | jgfjokjonbleipmcgjddnolficccbmcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj |
คำอธิบาย | Send automated & Manual Alerts to ALGOSYS |
ขนาดไฟล์ | 138 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-07-09 |
วันที่เผยแพร่ | 2022-07-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | tv.algosys |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://algosys.co.in |
URL หน้าช่วยเหลือ | https://api.whatsapp.com/send/?phone=919903862980&text=TV |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Algosys Tradingview Extention", "description": "Send automated & Manual Alerts to ALGOSYS", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*.tradingview.com\/*" ], "all_frames": true, "js": [ "content.js", "jquery.min.js" ], "css": [ "button.css" ] } ], "action": { "default_icon": "128.png", "default_title": "Algosys Extn", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "webNavigation", "tabs", "declarativeContent", "storage" ], "host_permissions": [ "https:\/\/trade.algosys.co.in\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.tradingview.com\/*" ] }, "icons": { "48": "48.png", "128": "128.png" } } |