Show Premium Disparity

Read the option LTP and calculate premium left

Show Premium Disparityとは何ですか?

Show Premium Disparityはshafeeque.devlabによって開発されたChromeの拡張機能で、その主な機能は「Read the option LTP and calculate premium left」です。

拡張機能のスクリーンショット

screenshot

Show Premium Disparity拡張機能のCRXファイルをダウンロード

Show Premium Disparity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}