Show Option Premium

Add option premium in Zerodha Broker Watchlist

Show Option Premiumとは何ですか?

Show Option Premiumはshafeeque.devlabによって開発されたChromeの拡張機能で、その主な機能は「Add option premium in Zerodha Broker Watchlist」です。

拡張機能のスクリーンショット

screenshot

Show Option Premium拡張機能のCRXファイルをダウンロード

Show Option Premium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Show Option Premium Show Option Premium
ID glkdlofogkldhlbglimnecmdiahleoie
公式URL https://chromewebstore.google.com/detail/show-option-premium/glkdlofogkldhlbglimnecmdiahleoie
説明 Add option premium in Zerodha Broker Watchlist
ファイルサイズ 113 KB
インストール数 550
現在のバージョン 0.2
最終更新日 2024-02-26
公開日 2022-12-22
評価 4.50/5 合計 2 レビュー
開発者 shafeeque.devlab
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
            ]
        }
    ]
}