Prometheus monitor

This extension gives you information how many alerts are active on each prometheus instance

Prometheus monitor là gì?

Prometheus monitor là một tiện ích mở rộng Chrome được phát triển bởi Jacek Suchenia, và tính năng chính của nó là "This extension gives you information how many alerts are active on each prometheus instance".

Ả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 Prometheus monitor

Tải xuống các tệp mở rộng Prometheus monitor 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

                        This extension allows you to monitor multiple prometheus instances and display aggregated number of alarms found on all of them                    

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

Tên Prometheus monitor Prometheus monitor
ID mgcnnhakkoigcigmpjkgpkdkegbfmkoh
URL Chính Thức https://chromewebstore.google.com/detail/prometheus-monitor/mgcnnhakkoigcigmpjkgpkdkegbfmkoh
Mô tả This extension gives you information how many alerts are active on each prometheus instance
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2016-06-09
Ngày Phát Hành 2016-06-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jacek Suchenia
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/jsuchenia/prometheus-monitor
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prometheus monitor",
    "short_name": "Prometheus monitor",
    "description": "This extension gives you information how many alerts are active on each prometheus instance",
    "version": "0.3",
    "icons": {
        "16": "images\/ico16.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ico19.png",
            "38": "images\/ico38.png"
        },
        "default_title": "Prometheus monitor",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "bower_components\/hexagon-js\/dist\/hexagon-light\/hexagon.js",
            "js\/check.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}