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
Eメール [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"
            ]
        }
    ]
}