Show Option Premium
Add option premium in Zerodha Broker Watchlist
O que é Show Option Premium?
Show Option Premium é uma extensão do Chrome desenvolvida por shafeeque.devlab, e sua principal característica é "Add option premium in Zerodha Broker Watchlist".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Show Option Premium
Baixe arquivos de extensão Show Option Premium no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | Show Option Premium |
ID | glkdlofogkldhlbglimnecmdiahleoie |
URL Oficial | https://chromewebstore.google.com/detail/show-option-premium/glkdlofogkldhlbglimnecmdiahleoie |
Descrição | Add option premium in Zerodha Broker Watchlist |
Tamanho do Arquivo | 113 KB |
Contagem de Instalações | 550 |
Versão Atual | 0.2 |
Última Atualização | 2024-02-26 |
Data de Publicação | 2022-12-22 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | shafeeque.devlab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |