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/ |
| Eメール | [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\/*"
]
}
]
} | |