BMC TrueSight Real User Monitoring Enterprise
The JavaScript plugin can collect metrics data from all the websites you visit
BMC TrueSight Real User Monitoring Enterpriseとは何ですか?
BMC TrueSight Real User Monitoring Enterpriseはbmc.truesight.dsoによって開発されたChromeの拡張機能で、その主な機能は「The JavaScript plugin can collect metrics data from all the websites you visit」です。
拡張機能のスクリーンショット
BMC TrueSight Real User Monitoring Enterprise拡張機能のCRXファイルをダウンロード
BMC TrueSight Real User Monitoring Enterprise拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The JavaScript plugin can collect metrics data from your web applications. 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 enables enterprise deployment and monitoring of the enterprise SaaS applications, with no need to modify the application in any way.
拡張機能の基本情報
名前 | |
ID | dhglkfamhcbjmfpclempekdmpjfclojd |
公式URL | https://chrome.google.com/webstore/detail/bmc-truesight-real-user-m/dhglkfamhcbjmfpclempekdmpjfclojd |
説明 | The JavaScript plugin can collect metrics data from all the websites you visit |
ファイルサイズ | 27.41 KB |
インストール数 | 6,000 |
現在のバージョン | 1.0.4 |
最終更新日 | 2019-09-05 |
公開日 | 2019-08-25 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | bmc.truesight.dso |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMC TrueSight Real User Monitoring Enterprise", "version": "1.0.4", "description": "The JavaScript plugin can collect metrics data from all the websites you visit", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "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" }, "storage": { "managed_schema": "schema.json" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "*\/plugin_settings.json" ] } |