Show Premium Disparity

Read the option LTP and calculate premium left

Show Premium Disparity क्या है?

Show Premium Disparity shafeeque.devlab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read the option LTP and calculate premium left"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Show Premium Disparity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Show Premium Disparity Show Premium Disparity
ID bffokdgnhebcppoeoboiopfaanafcepc
आधिकारिक URL https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc
विवरण Read the option LTP and calculate premium left
फ़ाइल का आकार 63.62 KB
स्थापना संख्या 118
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-12-05
प्रकाशन तिथि 2022-12-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर shafeeque.devlab
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}