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. 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |