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…

Apa itu AppDynamics RUM and Analytics Injector Beta?

AppDynamics RUM and Analytics Injector Beta adalah ekstensi Chrome yang dikembangkan oleh Severin Neumann, dan fitur utamanya adalah "The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AppDynamics RUM and Analytics Injector Beta

Unduh file ekstensi AppDynamics RUM and Analytics Injector Beta dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AppDynamics RUM and Analytics Injector Beta AppDynamics RUM and Analytics Injector Beta
ID ejlhhbfihnkfnfclppcbhmgikioleige
URL Resmi https://chromewebstore.google.com/detail/appdynamics-rum-and-analy/ejlhhbfihnkfnfclppcbhmgikioleige
Deskripsi The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…
Ukuran File 2.72 MB
Jumlah Instalasi 312
Versi Saat Ini 0.5.2
Terakhir Diperbarui 2021-05-05
Tanggal Publikasi 2020-11-13
Pengembang Severin Neumann
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}