Show Premium Disparity

Read the option LTP and calculate premium left

Co je Show Premium Disparity?

Show Premium Disparity je rozšíření Chrome vyvinuté shafeeque.devlab, a jeho hlavní funkcí je „Read the option LTP and calculate premium left“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Show Premium Disparity

Stáhněte si soubory rozšíření Show Premium Disparity ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Show Premium Disparity Show Premium Disparity
ID bffokdgnhebcppoeoboiopfaanafcepc
Oficiální URL https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc
Popis Read the option LTP and calculate premium left
Velikost souboru 63.62 KB
Počet instalací 118
Aktuální Verze 0.1
Poslední Aktualizace 2022-12-05
Datum Vydání 2022-12-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář shafeeque.devlab
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}