option chain Sensi
Scrap option chain data from Sensibull
Wat is option chain Sensi?
option chain Sensi is een Chrome-extensie ontwikkeld door https://www.jobstart.today/, en de belangrijkste functie is "Scrap option chain data from Sensibull".
Extensie Screenshots
Download het CRX-bestand van de extensie option chain Sensi
Download option chain Sensi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Google Chrome Extension helps in Visualizing data from Sensibull. You can view charts for option chain data in real time.
Basisinformatie over de Extensie
Naam | option chain Sensi |
ID | eoiobfgaecommdnlkliagplphbbanmbb |
Officiële URL | https://chromewebstore.google.com/detail/option-chain-sensi/eoiobfgaecommdnlkliagplphbbanmbb |
Beschrijving | Scrap option chain data from Sensibull |
Bestandsgrootte | 277 KB |
Aantal Installaties | 207 |
Huidige Versie | 1.0.0.9 |
Laatst Bijgewerkt | 2023-08-14 |
Publicatiedatum | 2021-03-30 |
Ontwikkelaar | https://www.jobstart.today/ |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |