option chain Sensi
Scrap option chain data from Sensibull
What is option chain Sensi?
option chain Sensi is a Chrome extension developed by https://www.jobstart.today/, and its main feature is "Scrap option chain data from Sensibull".
Extension Screenshots
Download option chain Sensi Extension CRX File
Download option chain Sensi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Google Chrome Extension helps in Visualizing data from Sensibull. You can view charts for option chain data in real time.
Extension Basic Information
Name | option chain Sensi |
ID | eoiobfgaecommdnlkliagplphbbanmbb |
Official URL | https://chromewebstore.google.com/detail/option-chain-sensi/eoiobfgaecommdnlkliagplphbbanmbb |
Description | Scrap option chain data from Sensibull |
File Size | 277 KB |
Installation Count | 207 |
Current Version | 1.0.0.9 |
Last Updated | 2023-08-14 |
Publish Date | 2021-03-30 |
Developer | https://www.jobstart.today/ |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |