Newrelic Alarm

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

Cos'è Newrelic Alarm?

Newrelic Alarm è un'estensione di Chrome sviluppata da Pablo Matias Gomez, e la sua funzione principale è "This extensions alerts you when an app is in RED state.".

Scarica il file CRX dell'estensione Newrelic Alarm

Scarica i file di estensione Newrelic Alarm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Newrelic Alarm Newrelic Alarm
ID aknpggmjfgkloidhlagmfigkafcnmkmb
URL Ufficiale https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb
Descrizione This extensions alerts you when an app is in RED state.
Dimensione del File 58.56 KB
Conteggio Installazioni 13
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-08-10
Data di Pubblicazione 2016-08-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Pablo Matias Gomez
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}