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…

Wat is AppDynamics RUM and Analytics Injector Beta?

AppDynamics RUM and Analytics Injector Beta is een Chrome-extensie ontwikkeld door Severin Neumann, en de belangrijkste functie is "The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AppDynamics RUM and Analytics Injector Beta

Download AppDynamics RUM and Analytics Injector Beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AppDynamics RUM and Analytics Injector Beta AppDynamics RUM and Analytics Injector Beta
ID ejlhhbfihnkfnfclppcbhmgikioleige
Officiële URL https://chromewebstore.google.com/detail/appdynamics-rum-and-analy/ejlhhbfihnkfnfclppcbhmgikioleige
Beschrijving The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…
Bestandsgrootte 2.72 MB
Aantal Installaties 312
Huidige Versie 0.5.2
Laatst Bijgewerkt 2021-05-05
Publicatiedatum 2020-11-13
Ontwikkelaar Severin Neumann
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}