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.
Cos'è Kite Zerodha Alert Plugin?
Kite Zerodha Alert Plugin è un'estensione di Chrome sviluppata da pradeepkalra09, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kite Zerodha Alert Plugin
Scarica i file di estensione Kite Zerodha Alert Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
URL Ufficiale | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
Descrizione | 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. |
Dimensione del File | 9.61 KB |
Conteggio Installazioni | 250 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-06-13 |
Data di Pubblicazione | 2021-06-07 |
Sviluppatore | pradeepkalra09 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |