Newrelic Alarm

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

Co je Newrelic Alarm?

Newrelic Alarm je rozšíření Chrome vyvinuté Pablo Matias Gomez, a jeho hlavní funkcí je „This extensions alerts you when an app is in RED state.“.

Stáhnout soubor CRX rozšíření Newrelic Alarm

Stáhněte si soubory rozšíření Newrelic Alarm ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Newrelic Alarm Newrelic Alarm
ID aknpggmjfgkloidhlagmfigkafcnmkmb
Oficiální URL https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb
Popis This extensions alerts you when an app is in RED state.
Velikost souboru 58.56 KB
Počet instalací 13
Aktuální Verze 1.0.2
Poslední Aktualizace 2016-08-10
Datum Vydání 2016-08-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Pablo Matias Gomez
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}