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…

什麼是AppDynamics RUM and Analytics Injector Beta?

AppDynamics RUM and Analytics Injector Beta是由Severin Neumann開發的Chrome擴展程式,該擴展的主要功能是“The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…”。

擴展截圖

screenshot

下載AppDynamics RUM and Analytics Injector Beta擴展crx文件

下載AppDynamics RUM and Analytics Injector Beta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AppDynamics RUM and Analytics Injector Beta AppDynamics RUM and Analytics Injector Beta
ID ejlhhbfihnkfnfclppcbhmgikioleige
官方網址 https://chromewebstore.google.com/detail/appdynamics-rum-and-analy/ejlhhbfihnkfnfclppcbhmgikioleige
簡介 The AppDynamics BRUM & BRUM Analytics Injector is an extension for Chrome that can be easily installed and configured to inject the…
檔案大小 2.72 MB
安裝次數 312
目前版本 0.5.2
更新時間 2021-05-05
上架時間 2020-11-13
開發者 Severin Neumann
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}