Newrelic Alarm

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

Wat is Newrelic Alarm?

Newrelic Alarm is een Chrome-extensie ontwikkeld door Pablo Matias Gomez, en de belangrijkste functie is "This extensions alerts you when an app is in RED state.".

Download het CRX-bestand van de extensie Newrelic Alarm

Download Newrelic Alarm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Newrelic Alarm Newrelic Alarm
ID aknpggmjfgkloidhlagmfigkafcnmkmb
Officiële URL https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb
Beschrijving This extensions alerts you when an app is in RED state.
Bestandsgrootte 58.56 KB
Aantal Installaties 13
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-08-10
Publicatiedatum 2016-08-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pablo Matias Gomez
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}