Show Option Premium

Add option premium in Zerodha Broker Watchlist

Apa itu Show Option Premium?

Show Option Premium adalah ekstensi Chrome yang dikembangkan oleh shafeeque.devlab, dan fitur utamanya adalah "Add option premium in Zerodha Broker Watchlist".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Show Option Premium

Unduh file ekstensi Show Option Premium 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

                        Please note: It's crucial to conduct your own research and consult a financial advisor before making any decisions related to trading. Trading involves inherent risks, and I am not SEBI registered, nor do I offer trade advice, courses, or telegram channels. 

This plugin dynamically populates ATM option premiums for key indices like NIFTY, BANKNIFTY, FINNIFTY, and SENSEX directly on your watchlist page. No more switching between tabs! Gain valuable insights into market sentiment and volatility with a single glance.

Please ensure your watchlist includes both the underlying index and its corresponding CE and PE options. For example, displaying Banknifty option premiums necessitates the presence of both NIFTY BANK index and BANKNIFTY options (CE and PE) within the same watchlist. (Visual reference provided in the screenshot)                    

Informasi Dasar Ekstensi

Nama Show Option Premium Show Option Premium
ID glkdlofogkldhlbglimnecmdiahleoie
URL Resmi https://chromewebstore.google.com/detail/show-option-premium/glkdlofogkldhlbglimnecmdiahleoie
Deskripsi Add option premium in Zerodha Broker Watchlist
Ukuran File 113 KB
Jumlah Instalasi 550
Versi Saat Ini 0.2
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2022-12-22
Penilaian 4.50/5 Total 2 Penilaian
Pengembang shafeeque.devlab
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Option Premium ",
    "version": "0.2",
    "description": "Add option premium in Zerodha Broker Watchlist ",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/lodash.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ]
        }
    ]
}