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.
Co je Kite Zerodha Alert Plugin?
Kite Zerodha Alert Plugin je rozšíření Chrome vyvinuté pradeepkalra09, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kite Zerodha Alert Plugin
Stáhněte si soubory rozšíření Kite Zerodha Alert Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
Oficiální URL | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
Popis | 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. |
Velikost souboru | 9.61 KB |
Počet instalací | 250 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2021-06-13 |
Datum Vydání | 2021-06-07 |
Vývojář | pradeepkalra09 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |