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”。
擴展截圖
下載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 |
ID | glkdlofogkldhlbglimnecmdiahleoie |
官方網址 | 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\/*" ] } ] } |