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 to jest Kite Zerodha Alert Plugin?
Kite Zerodha Alert Plugin to rozszerzenie Chrome opracowane przez pradeepkalra09, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kite Zerodha Alert Plugin
Pobierz pliki rozszerzeń Kite Zerodha Alert Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
Oficjalny URL | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
Opis | 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. |
Rozmiar pliku | 9.61 KB |
Liczba instalacji | 250 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2021-06-13 |
Data Publikacji | 2021-06-07 |
Deweloper | pradeepkalra09 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |