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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |