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
官方網址 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"
            ]
        }
    ]
}