Newrelic Alarm
This extensions alerts you when an app is in RED state.
Vad är Newrelic Alarm?
Newrelic Alarm är en Chrome-tillägg utvecklad av Pablo Matias Gomez, och dess huvudfunktion är "This extensions alerts you when an app is in RED state.".
Ladda ner Newrelic Alarm-förlängningens CRX-fil
Ladda ner Newrelic Alarm-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extensions alerts you when an app is in RED state.
Grundläggande Information om Tillägg
Namn | |
ID | aknpggmjfgkloidhlagmfigkafcnmkmb |
Officiell webbadress | https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb |
Beskrivning | This extensions alerts you when an app is in RED state. |
Filstorlek | 58.56 KB |
Antal Installationer | 13 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2016-08-10 |
Publiceringsdatum | 2016-08-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Pablo Matias Gomez |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |