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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}