Dynatrace Real User Monitoring
This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible.
Co to jest Dynatrace Real User Monitoring?
Dynatrace Real User Monitoring to rozszerzenie Chrome opracowane przez https://dynatrace.com, a jego główną funkcją jest „This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dynatrace Real User Monitoring
Pobierz pliki rozszerzeń Dynatrace Real User Monitoring w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Dynatrace Real User Monitoring |
ID | fklgmciohehgadlafhljjhgdojfjihhk |
Oficjalny URL | https://chromewebstore.google.com/detail/dynatrace-real-user-monit/fklgmciohehgadlafhljjhgdojfjihhk |
Opis | This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible. |
Rozmiar pliku | 145 KB |
Liczba instalacji | 675,242 |
Aktualna Wersja | 1.6.2 |
Ostatnia Aktualizacja | 2023-02-10 |
Data Publikacji | 2020-03-24 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | https://dynatrace.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.dynatrace.com |
Adres URL Strony Pomocy | https://www.dynatrace.com/support/help/shortlink/rum-browser-extension |
Adres URL Strony Polityki Prywatności | https://www.dynatrace.com/company/privacy |
Obsługiwane Języki | 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": [ " |