Show Premium Disparity

Read the option LTP and calculate premium left

Hvad er Show Premium Disparity?

Show Premium Disparity er en Chrome-udvidelse udviklet af shafeeque.devlab, og dens hovedfunktion er "Read the option LTP and calculate premium left".

Udvidelsesskærmbilleder

screenshot

Download Show Premium Disparity-udvidelses-CRX-fil

Download Show Premium Disparity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Show Premium Disparity Show Premium Disparity
ID bffokdgnhebcppoeoboiopfaanafcepc
Officiel URL https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc
Beskrivelse Read the option LTP and calculate premium left
Filstørrelse 63.62 KB
Antal Installationer 118
Nuværende Version 0.1
Senest Opdateret 2022-12-05
Udgivelsesdato 2022-12-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler shafeeque.devlab
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}