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란 무엇입니까?
BMC TrueSight Real User Monitoring Plugin은(는) bmc dso truesight에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The JavaScript plugin can collect metrics data from all the websites you visit"입니다.
확장 프로그램 스크린샷
BMC TrueSight Real User Monitoring Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | BMC TrueSight Real User Monitoring Plugin |
ID | cjcjdkkdbfjcnfpdnhbghgkggpalhipf |
공식 URL | https://chromewebstore.google.com/detail/bmc-truesight-real-user-m/cjcjdkkdbfjcnfpdnhbghgkggpalhipf |
설명 | The JavaScript plugin can collect metrics data from all the websites you visit |
파일 크기 | 29.25 KB |
설치 횟수 | 26 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-12-22 |
출시 날짜 | 2018-12-17 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | bmc dso truesight |
결제 유형 | free |
지원되는 언어 | 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" } ] } |