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.

Apa itu Kite Zerodha Alert Plugin?

Kite Zerodha Alert Plugin adalah ekstensi Chrome yang dikembangkan oleh pradeepkalra09, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Kite Zerodha Alert Plugin

Unduh file ekstensi Kite Zerodha Alert Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Kite Zerodha Alert Plugin Kite Zerodha Alert Plugin
ID pelfbijkgbkfmmmfbblgcedkljobelda
URL Resmi https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda
Deskripsi 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.
Ukuran File 9.61 KB
Jumlah Instalasi 250
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-06-13
Tanggal Publikasi 2021-06-07
Pengembang pradeepkalra09
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}