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
官方網址 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"
            ]
        }
    ]
}