JT's Risk Range Tracker

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

JT's Risk Range Tracker là gì?

JT's Risk Range Tracker là một tiện ích mở rộng Chrome được phát triển bởi tang20, và tính năng chính của nó là "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JT's Risk Range Tracker

Tải xuống các tệp mở rộng JT's Risk Range Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JT's Risk Range Tracker JT's Risk Range Tracker
ID djcmimfnkjpkdpfocafigopbdhppnnfp
URL Chính Thức https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp
Mô tả Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
Kích Thước Tệp 55.26 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-09-27
Ngày Phát Hành 2021-07-29
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tang20
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}