BMC TrueSight Real User Monitoring Plugin
The JavaScript plugin can collect metrics data from all the websites you visit
BMC TrueSight Real User Monitoring Plugin là gì?
BMC TrueSight Real User Monitoring Plugin là một tiện ích mở rộng Chrome được phát triển bởi bmc dso truesight, và tính năng chính của nó là "The JavaScript plugin can collect metrics data from all the websites you visit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BMC TrueSight Real User Monitoring Plugin
Tải xuống các tệp mở rộng BMC TrueSight Real User Monitoring Plugin 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
BMC TrueSight App Visibility Manager end-user monitoring provides visibility into end-to-end transaction time and availability, and browser page performance and availability, for your web-based applications. End-user data enables you to detect and respond when users are experiencing slow response times and outages. With TrueSight App Visibility Manager, you can monitor end-to-end transaction time and identify problematic parts (such as Ajax requests) of a web page. This Chrome extension help the user enable JavaScript injection so to collect metrics data from all the websites you visit for monitoring the performance and availability of your applications.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BMC TrueSight Real User Monitoring Plugin |
ID | cjcjdkkdbfjcnfpdnhbghgkggpalhipf |
URL Chính Thức | https://chromewebstore.google.com/detail/bmc-truesight-real-user-m/cjcjdkkdbfjcnfpdnhbghgkggpalhipf |
Mô tả | The JavaScript plugin can collect metrics data from all the websites you visit |
Kích Thước Tệp | 29.25 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-12-22 |
Ngày Phát Hành | 2018-12-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | bmc dso truesight |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMC TrueSight Real User Monitoring Plugin", "version": "1.2", "description": "The JavaScript plugin can collect metrics data from all the websites you visit", "manifest_version": 2, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": "assets\/bmc_logo_16.png" }, "icons": { "16": "assets\/bmc_logo_16.png", "48": "assets\/bmc_logo_48.png", "128": "assets\/bmc_logo_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ] } |