Kite Zerodha Alert Plugin
This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us.
Kite Zerodha Alert Pluginとは何ですか?
Kite Zerodha Alert Pluginはpradeepkalra09によって開発されたChromeの拡張機能で、その主な機能は「This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us.」です。
拡張機能のスクリーンショット
Kite Zerodha Alert Plugin拡張機能のCRXファイルをダウンロード
Kite Zerodha Alert Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The item is used to set alerts on stocks while trading on zerodha in real time over telegram. It takes no more than a second to set alert and alerts will be notified via telegram
拡張機能の基本情報
名前 | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
公式URL | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
説明 | This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us. |
ファイルサイズ | 9.61 KB |
インストール数 | 250 |
現在のバージョン | 2.0 |
最終更新日 | 2021-06-13 |
公開日 | 2021-06-07 |
開発者 | pradeepkalra09 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kite Zerodha Alert Plugin", "description": "This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us.", "version": "2.0", "incognito": "split", "content_scripts": [ { "matches": [ "https:\/\/kite.zerodha.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "template.html" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ] } |