Show Premium Disparity

Read the option LTP and calculate premium left

Qu'est-ce que Show Premium Disparity ?

Show Premium Disparity est une extension Chrome développée par shafeeque.devlab, et sa fonction principale est "Read the option LTP and calculate premium left".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Premium Disparity

Téléchargez les fichiers d'extension Show Premium Disparity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Show Premium Disparity Show Premium Disparity
ID bffokdgnhebcppoeoboiopfaanafcepc
URL Officiel https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc
Description Read the option LTP and calculate premium left
Taille du Fichier 63.62 KB
Nombre d'Installations 118
Version Actuelle 0.1
Dernière Mise à Jour 2022-12-05
Date de Publication 2022-12-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur shafeeque.devlab
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}