JT's Risk Range Tracker

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

JT's Risk Range Tracker क्या है?

JT's Risk Range Tracker tang20 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JT's Risk Range Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम JT's Risk Range Tracker JT's Risk Range Tracker
ID djcmimfnkjpkdpfocafigopbdhppnnfp
आधिकारिक URL https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp
विवरण Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
फ़ाइल का आकार 55.26 KB
स्थापना संख्या 230
वर्तमान संस्करण 0.3
अंतिम अपडेट 2021-09-27
प्रकाशन तिथि 2021-07-29
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर tang20
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}