option chain Sensi
Scrap option chain data from Sensibull
什麼是option chain Sensi?
option chain Sensi是由https://www.jobstart.today/開發的Chrome擴展程式,該擴展的主要功能是“Scrap option chain data from Sensibull”。
擴展截圖
下載option chain Sensi擴展crx文件
下載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 |
ID | eoiobfgaecommdnlkliagplphbbanmbb |
官方網址 | 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\/*" ] } ] } |