Newrelic Alarm
This extensions alerts you when an app is in RED state.
Newrelic Alarm là gì?
Newrelic Alarm là một tiện ích mở rộng Chrome được phát triển bởi Pablo Matias Gomez, và tính năng chính của nó là "This extensions alerts you when an app is in RED state.".
Tải xuống tệp CRX của tiện ích mở rộng Newrelic Alarm
Tải xuống các tệp mở rộng Newrelic Alarm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extensions alerts you when an app is in RED state.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aknpggmjfgkloidhlagmfigkafcnmkmb |
URL Chính Thức | https://chromewebstore.google.com/detail/newrelic-alarm/aknpggmjfgkloidhlagmfigkafcnmkmb |
Mô tả | This extensions alerts you when an app is in RED state. |
Kích Thước Tệp | 58.56 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-08-10 |
Ngày Phát Hành | 2016-08-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Pablo Matias Gomez |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |