option chain Sensi

Scrap option chain data from Sensibull

option chain Sensiคืออะไร?

option chain Sensi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jobstart.today/ และคุณลักษณะหลักของมันคือ "Scrap option chain data from Sensibull"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย option chain Sensi

ดาวน์โหลดไฟล์ส่วนขยาย option chain Sensi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Google Chrome Extension helps in Visualizing data from Sensibull. You can view charts for option chain data in real time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ option chain Sensi option chain Sensi
ID eoiobfgaecommdnlkliagplphbbanmbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/option-chain-sensi/eoiobfgaecommdnlkliagplphbbanmbb
คำอธิบาย Scrap option chain data from Sensibull
ขนาดไฟล์ 277 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 1.0.0.9
อัปเดตครั้งล่าสุด 2023-08-14
วันที่เผยแพร่ 2021-03-30
ผู้พัฒนา https://www.jobstart.today/
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "option chain Sensi",
    "version": "1.0.0.9",
    "description": "Scrap option chain data from Sensibull",
    "permissions": [
        "unlimitedStorage"
    ],
    "run_at": "document_end",
    "content_scripts": [
        {
            "js": [
                "zingchart.min.js",
                "sensi.js"
            ],
            "css": [
                "fix.css"
            ],
            "matches": [
                "https:\/\/web.sensibull.com\/*"
            ]
        }
    ]
}