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…
What is AppDynamics RUM and Analytics Injector Beta?
AppDynamics RUM and Analytics Injector Beta is a Chrome extension developed by Severin Neumann, and its main feature is "The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…".
Extension Screenshots
Download AppDynamics RUM and Analytics Injector Beta Extension CRX File
Download AppDynamics RUM and Analytics Injector Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AppDynamics RUM and Analytics Injector Beta |
ID | ejlhhbfihnkfnfclppcbhmgikioleige |
Official URL | 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… |
File Size | 2.72 MB |
Installation Count | 312 |
Current Version | 0.5.2 |
Last Updated | 2021-05-05 |
Publish Date | 2020-11-13 |
Developer | Severin Neumann |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |