AppDynamics RUM and Analytics Injector Beta

The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…

Hvad er AppDynamics RUM and Analytics Injector Beta?

AppDynamics RUM and Analytics Injector Beta er en Chrome-udvidelse udviklet af Severin Neumann, og dens hovedfunktion er "The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…".

Udvidelsesskærmbilleder

screenshot

Download AppDynamics RUM and Analytics Injector Beta-udvidelses-CRX-fil

Download AppDynamics RUM and Analytics Injector Beta-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the AppDynamics ADRUM agent into any web page. It was built to allow quick custom demos and/or testing/troubleshooting existing/upcoming deployments against any site.                    

Grundlæggende oplysninger om udvidelsen

Navn AppDynamics RUM and Analytics Injector Beta AppDynamics RUM and Analytics Injector Beta
ID ejlhhbfihnkfnfclppcbhmgikioleige
Officiel URL https://chromewebstore.google.com/detail/appdynamics-rum-and-analy/ejlhhbfihnkfnfclppcbhmgikioleige
Beskrivelse The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…
Filstørrelse 2.72 MB
Antal Installationer 312
Nuværende Version 0.5.2
Senest Opdateret 2021-05-05
Udgivelsesdato 2020-11-13
Udvikler Severin Neumann
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "chance.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "AppDynamics RUM and Analytics Injector Beta",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "0.5.2",
    "web_accessible_resources": [
        "chance.min.js"
    ]
}