Newrelic Alarm

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

What is Newrelic Alarm?

Newrelic Alarm is a Chrome extension developed by Pablo Matias Gomez, and its main feature is "This extensions alerts you when an app is in RED state.".

Download Newrelic Alarm Extension CRX File

Download Newrelic Alarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Newrelic Alarm Newrelic Alarm
ID aknpggmjfgkloidhlagmfigkafcnmkmb
Official URL https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb
Description This extensions alerts you when an app is in RED state.
File Size 58.56 KB
Installation Count 13
Current Version 1.0.2
Last Updated 2016-08-10
Publish Date 2016-08-10
Rating 5.00/5 Total 2 Ratings
Developer Pablo Matias Gomez
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}