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.

Was ist Kite Zerodha Alert Plugin?

Kite Zerodha Alert Plugin ist eine Chrome-Erweiterung, die von pradeepkalra09 entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Kite Zerodha Alert Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kite Zerodha Alert Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Kite Zerodha Alert Plugin Kite Zerodha Alert Plugin
ID pelfbijkgbkfmmmfbblgcedkljobelda
Offizielle URL https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda
Beschreibung 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.
Dateigröße 9.61 KB
Installationsanzahl 250
Aktuelle Version 2.0
Letztes Update 2021-06-13
Veröffentlichungsdatum 2021-06-07
Entwickler pradeepkalra09
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}