Dynatrace Real User Monitoring
This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible.
什么是Dynatrace Real User Monitoring?
Dynatrace Real User Monitoring是由https://dynatrace.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible.”。
扩展截图
下载Dynatrace Real User Monitoring扩展crx文件
下载Dynatrace Real User Monitoring扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Injects a JavaScript tag into applications defined via Dynatrace to gather real user monitoring data. For Session Replay, it enhances session playback especially when: * Font and stylesheet resources are loaded from HTTPS origins * Resources are loaded from HTTP origins Once installed, you'll be prompted to grant permission for the download of page resources for each page that's included in session recording. For additional information see https://www.dynatrace.com/support/help/shortlink/rum-browser-extension
扩展基本信息
名称 | Dynatrace Real User Monitoring |
ID | fklgmciohehgadlafhljjhgdojfjihhk |
官方URL | https://chromewebstore.google.com/detail/dynatrace-real-user-monit/fklgmciohehgadlafhljjhgdojfjihhk |
简介 | This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible. |
文件大小 | 145 KB |
安装次数 | 675,242 |
当前版本 | 1.6.2 |
更新时间 | 2023-02-10 |
上架时间 | 2020-03-24 |
评分 | 5.00/5 共9次评分 |
开发者 | https://dynatrace.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.dynatrace.com |
帮助页面URL | https://www.dynatrace.com/support/help/shortlink/rum-browser-extension |
隐私政策页面URL | https://www.dynatrace.com/company/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "saasrum", "version": "1.6.2", "description": "__MSG_appDesc__", "default_locale": "en_US", "browser_action": { "default_icon": "css\/icon-gray-32.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": false, "open_in_tab": true }, "icons": { "128": "css\/icon-128.png", "32": "css\/icon-32.png" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "shared\/constants.js", "content_scripts\/override.js", "content_scripts\/installation.js", "content_scripts\/utils.js", "content_scripts\/injection.js", "content_scripts\/mutationobserver.js", "content_scripts\/proxy.js" ], "matches": [ " |