Show Premium Disparity

Read the option LTP and calculate premium left

Show Premium Disparityคืออะไร?

Show Premium Disparity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shafeeque.devlab และคุณลักษณะหลักของมันคือ "Read the option LTP and calculate premium left"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Premium Disparity

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}