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.

O que é Kite Zerodha Alert Plugin?

Kite Zerodha Alert Plugin é uma extensão do Chrome desenvolvida por pradeepkalra09, e sua principal característica é "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.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kite Zerodha Alert Plugin

Baixe arquivos de extensão Kite Zerodha Alert Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Kite Zerodha Alert Plugin Kite Zerodha Alert Plugin
ID pelfbijkgbkfmmmfbblgcedkljobelda
URL Oficial https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda
Descrição 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.
Tamanho do Arquivo 9.61 KB
Contagem de Instalações 250
Versão Atual 2.0
Última Atualização 2021-06-13
Data de Publicação 2021-06-07
Desenvolvedor pradeepkalra09
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}