Show Premium Disparity
Read the option LTP and calculate premium left
Vad är Show Premium Disparity?
Show Premium Disparity är en Chrome-tillägg utvecklad av shafeeque.devlab, och dess huvudfunktion är "Read the option LTP and calculate premium left".
Tilläggsskärmbilder
Ladda ner Show Premium Disparity-förlängningens CRX-fil
Ladda ner Show Premium Disparity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Show Premium Disparity |
ID | bffokdgnhebcppoeoboiopfaanafcepc |
Officiell webbadress | https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc |
Beskrivning | Read the option LTP and calculate premium left |
Filstorlek | 63.62 KB |
Antal Installationer | 118 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2022-12-05 |
Publiceringsdatum | 2022-12-04 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | shafeeque.devlab |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |