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.
Vad är Kite Zerodha Alert Plugin?
Kite Zerodha Alert Plugin är en Chrome-tillägg utvecklad av pradeepkalra09, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Kite Zerodha Alert Plugin-förlängningens CRX-fil
Ladda ner Kite Zerodha Alert Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
Officiell webbadress | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
Beskrivning | 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. |
Filstorlek | 9.61 KB |
Antal Installationer | 250 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2021-06-13 |
Publiceringsdatum | 2021-06-07 |
Utvecklare | pradeepkalra09 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |