Newrelic Alarm
This extensions alerts you when an app is in RED state.
Newrelic Alarmคืออะไร?
Newrelic Alarm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pablo Matias Gomez และคุณลักษณะหลักของมันคือ "This extensions alerts you when an app is in RED state."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newrelic Alarm
ดาวน์โหลดไฟล์ส่วนขยาย Newrelic Alarm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions alerts you when an app is in RED state.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aknpggmjfgkloidhlagmfigkafcnmkmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb |
คำอธิบาย | This extensions alerts you when an app is in RED state. |
ขนาดไฟล์ | 58.56 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-08-10 |
วันที่เผยแพร่ | 2016-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Pablo Matias Gomez |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |