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 |
Eメール | [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" } } |