JT's Risk Range Tracker
Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
Cos'è JT's Risk Range Tracker?
JT's Risk Range Tracker è un'estensione di Chrome sviluppata da tang20, e la sua funzione principale è "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JT's Risk Range Tracker
Scarica i file di estensione JT's Risk Range Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | djcmimfnkjpkdpfocafigopbdhppnnfp |
URL Ufficiale | https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp |
Descrizione | Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site. |
Dimensione del File | 55.26 KB |
Conteggio Installazioni | 230 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2021-09-27 |
Data di Pubblicazione | 2021-07-29 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | tang20 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |