Show Premium Disparity

Read the option LTP and calculate premium left

O que é Show Premium Disparity?

Show Premium Disparity é uma extensão do Chrome desenvolvida por shafeeque.devlab, e sua principal característica é "Read the option LTP and calculate premium left".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show Premium Disparity

Baixe arquivos de extensão Show Premium Disparity 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

                        This plugin currently works only with NSE Option Chain web page and developed for getting premium left for options and the difference. After loading the page, wait for 3 secs to show the premium left for options.                    

Informações Básicas da Extensão

Nome Show Premium Disparity Show Premium Disparity
ID bffokdgnhebcppoeoboiopfaanafcepc
URL Oficial https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc
Descrição Read the option LTP and calculate premium left
Tamanho do Arquivo 63.62 KB
Contagem de Instalações 118
Versão Atual 0.1
Última Atualização 2022-12-05
Data de Publicação 2022-12-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor shafeeque.devlab
Email [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 Premium Disparity",
    "version": "0.1",
    "description": "Read the option LTP and calculate premium left",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.nseindia.com\/option-chain"
            ]
        }
    ]
}