Newrelic Alarm

This extensions alerts you when an app is in RED state.

什么是Newrelic Alarm?

Newrelic Alarm是由Pablo Matias Gomez开发的Chrome扩展程序,该扩展的主要功能是“This extensions alerts you when an app is in RED state.”。

下载Newrelic Alarm扩展crx文件

下载Newrelic Alarm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extensions alerts you when an app is in RED state.                    

扩展基本信息

名称 Newrelic Alarm Newrelic Alarm
ID aknpggmjfgkloidhlagmfigkafcnmkmb
官方URL https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb
简介 This extensions alerts you when an app is in RED state.
文件大小 58.56 KB
安装次数 13
当前版本 1.0.2
更新时间 2016-08-10
上架时间 2016-08-10
评分 5.00/5 共2次评分
开发者 Pablo Matias Gomez
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newrelic Alarm",
    "short_name": "NRA",
    "description": "This extensions alerts you when an app is in RED state.",
    "author": "Pablo Mat\u00edas Gomez",
    "version": "1.0.2",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "css\/styles.css",
        "js\/functions.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.newrelic.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/ApplicationsPage.js",
                "js\/functions.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ]
}