Algosys Tradingview Extention
Send automated & Manual Alerts to ALGOSYS
什么是Algosys Tradingview Extention?
Algosys Tradingview Extention是由tv.algosys开发的Chrome扩展程序,该扩展的主要功能是“Send automated & Manual Alerts to ALGOSYS”。
扩展截图
下载Algosys Tradingview Extention扩展crx文件
下载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" } } |