JT's Risk Range Tracker

Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.

Qu'est-ce que JT's Risk Range Tracker ?

JT's Risk Range Tracker est une extension Chrome développée par tang20, et sa fonction principale est "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JT's Risk Range Tracker

Téléchargez les fichiers d'extension JT's Risk Range Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom JT's Risk Range Tracker JT's Risk Range Tracker
ID djcmimfnkjpkdpfocafigopbdhppnnfp
URL Officiel https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp
Description Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
Taille du Fichier 55.26 KB
Nombre d'Installations 230
Version Actuelle 0.3
Dernière Mise à Jour 2021-09-27
Date de Publication 2021-07-29
Évaluation 5.00/5 Total 4 Évaluations
Développeur tang20
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}