Show Premium Disparity
Read the option LTP and calculate premium left
Was ist Show Premium Disparity?
Show Premium Disparity ist eine Chrome-Erweiterung, die von shafeeque.devlab entwickelt wurde, und ihr Hauptmerkmal ist "Read the option LTP and calculate premium left".
Erweiterungsscreenshots
Show Premium Disparity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Show Premium Disparity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Show Premium Disparity |
ID | bffokdgnhebcppoeoboiopfaanafcepc |
Offizielle URL | https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc |
Beschreibung | Read the option LTP and calculate premium left |
Dateigröße | 63.62 KB |
Installationsanzahl | 118 |
Aktuelle Version | 0.1 |
Letztes Update | 2022-12-05 |
Veröffentlichungsdatum | 2022-12-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | shafeeque.devlab |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |