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…

Qu'est-ce que AppDynamics RUM and Analytics Injector Beta ?

AppDynamics RUM and Analytics Injector Beta est une extension Chrome développée par Severin Neumann, et sa fonction principale est "The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AppDynamics RUM and Analytics Injector Beta

Téléchargez les fichiers d'extension AppDynamics RUM and Analytics Injector Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AppDynamics RUM and Analytics Injector Beta AppDynamics RUM and Analytics Injector Beta
ID ejlhhbfihnkfnfclppcbhmgikioleige
URL Officiel https://chromewebstore.google.com/detail/appdynamics-rum-and-analy/ejlhhbfihnkfnfclppcbhmgikioleige
Description The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…
Taille du Fichier 2.72 MB
Nombre d'Installations 312
Version Actuelle 0.5.2
Dernière Mise à Jour 2021-05-05
Date de Publication 2020-11-13
Développeur Severin Neumann
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}