JT's Risk Range Tracker
Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
Co je JT's Risk Range Tracker?
JT's Risk Range Tracker je rozšíření Chrome vyvinuté tang20, a jeho hlavní funkcí je „Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JT's Risk Range Tracker
Stáhněte si soubory rozšíření JT's Risk Range Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Each time you visit the Risk Range page, it will remember that day's data. It will use previously recorded data to provide a delta to the current trading day's data. update v0.3 - when storage gets full it will now clear the storage
Základní Informace o Rozšíření
Název | |
ID | djcmimfnkjpkdpfocafigopbdhppnnfp |
Oficiální URL | https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp |
Popis | Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site. |
Velikost souboru | 55.26 KB |
Počet instalací | 230 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2021-09-27 |
Datum Vydání | 2021-07-29 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | tang20 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JT's Risk Range Tracker", "version": "0.3", "description": "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "action": { "default_icon": { "16": "images\/jtd16.png", "32": "images\/jtd32.png", "48": "images\/jtd48.png", "128": "images\/jtd128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/app.hedgeye.com\/*" ], "js": [ "jquery3.6.min.js", "notify.min.js", "jtd.js" ] } ], "icons": { "16": "images\/jtd16.png", "32": "images\/jtd32.png", "48": "images\/jtd48.png", "128": "images\/jtd128.png" } } |