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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to monitor (SaaS) applications where installation of Dynatrace OneAgent is not possible."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dynatrace Real User Monitoring एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "optional_permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "shared\/constants.js",
            "globalconfig-init-chrome.js",
            "background\/migrations.js",
            "background\/utils.js",
            "background\/csp.js",
            "background\/globalconfig.js",
            "background\/visitor.js",
            "background\/background.js",
            "background\/session-replay\/utils.js",
            "background\/session-replay\/storage.js",
            "background\/session-replay\/permissions.js",
            "background\/session-replay\/notifications.js",
            "background\/session-replay\/proxy.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/js-cdn.dynatracelabs.com; object-src 'self'",
    "storage": {
        "managed_schema": "globalconfig_schema.json"
    }
}