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é es AppDynamics RUM and Analytics Injector Beta?
AppDynamics RUM and Analytics Injector Beta es una extensión de Chrome desarrollada por Severin Neumann, y su función principal es "The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AppDynamics RUM and Analytics Injector Beta
Descarga archivos de extensión AppDynamics RUM and Analytics Injector Beta en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AppDynamics RUM and Analytics Injector Beta |
ID | ejlhhbfihnkfnfclppcbhmgikioleige |
URL Oficial | https://chromewebstore.google.com/detail/appdynamics-rum-and-analy/ejlhhbfihnkfnfclppcbhmgikioleige |
Descripción | The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the… |
Tamaño del Archivo | 2.72 MB |
Cantidad de Instalaciones | 312 |
Versión Actual | 0.5.2 |
Última Actualización | 2021-05-05 |
Fecha de Publicación | 2020-11-13 |
Desarrollador | Severin Neumann |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [ " |