Dynatrace Real User Monitoring
This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible.
Vad är Dynatrace Real User Monitoring?
Dynatrace Real User Monitoring är en Chrome-tillägg utvecklad av https://dynatrace.com, och dess huvudfunktion är "This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible.".
Tilläggsskärmbilder
Ladda ner Dynatrace Real User Monitoring-förlängningens CRX-fil
Ladda ner Dynatrace Real User Monitoring-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Dynatrace Real User Monitoring |
ID | fklgmciohehgadlafhljjhgdojfjihhk |
Officiell webbadress | https://chromewebstore.google.com/detail/dynatrace-real-user-monit/fklgmciohehgadlafhljjhgdojfjihhk |
Beskrivning | This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible. |
Filstorlek | 145 KB |
Antal Installationer | 675,242 |
Aktuell Version | 1.6.2 |
Senast Uppdaterad | 2023-02-10 |
Publiceringsdatum | 2020-03-24 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | https://dynatrace.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.dynatrace.com |
Hjälpsida URL | https://www.dynatrace.com/support/help/shortlink/rum-browser-extension |
URL till Sekretesspolicy Sidan | https://www.dynatrace.com/company/privacy |
Stödda Språk | 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": [ " |