Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Hvad er Applications Manager Web Transaction Recorder?

Applications Manager Web Transaction Recorder er en Chrome-udvidelse udviklet af manageengine.com, og dens hovedfunktion er "Applications Manager Web Transaction Recorder".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Applications Manager Web Transaction Recorder-udvidelses-CRX-fil

Download Applications Manager Web Transaction Recorder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Applications Manager Web Transaction Recorder will help you to create browser automation tests for end-user monitoring of your web application using Applications Manager's Real Browser Monitor.

You can create a new workflow or import an existing one to start end-user monitoring of your web application with automated tests using Firefox, Google Chrome, and Microsoft Edge browsers in our End User Monitoring agents. You must have Applications Manager tool installed to use this recorder.

For Applications Manager tool and Web Transaction Recorder's version compatibility visit https://www.manageengine.com/products/applications_manager/rbm-browser-extension-download.html                    

Grundlæggende oplysninger om udvidelsen

Navn Applications Manager Web Transaction Recorder Applications Manager Web Transaction Recorder
ID edcglamhphnkaajlhcecghlnhabjdkog
Officiel URL https://chromewebstore.google.com/detail/applications-manager-web/edcglamhphnkaajlhcecghlnhabjdkog
Beskrivelse Applications Manager Web Transaction Recorder
Filstørrelse 10.39 MB
Antal Installationer 283
Nuværende Version 1.1.5
Senest Opdateret 2023-11-07
Udgivelsesdato 2020-11-11
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler manageengine.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.manageengine.com/products/applications_manager/
Hjælpeside-URL https://www.manageengine.com/products/applications_manager/help/rbm-browser-extension.html
URL til Fortrolighedspolitik Side https://www.manageengine.com/privacy.html
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "name": "Applications Manager Web Transaction Recorder",
    "short_name": "Applications Manager RBM Recorder",
    "description": "Applications Manager Web Transaction Recorder",
    "version": "1.1.5",
    "version_name": "1.1.5",
    "author": "Monisha V",
    "homepage_url": "https:\/\/www.manageengine.com\/products\/applications_manager\/",
    "browser_action": {
        "default_icon": {
            "128": "icons\/rbm-icon-128.png",
            "48": "icons\/rbm-icon-48.png",
            "16": "icons\/rbm-icon-16.png"
        },
        "default_title": "Applications Manager Web Transaction Recorder"
    },
    "icons": {
        "128": "icons\/rbm-icon-128.png",
        "48": "icons\/rbm-icon-48.png",
        "16": "icons\/rbm-icon-16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "contextMenus",
        "downloads",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        "debugger",
        "background",
        "cookies",
        "browsingData",
        ""
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "incognito": "spanning",
    "web_accessible_resources": [
        "icons\/rbm-window.png",
        "source\/prompt.js",
        "source\/indicator.js",
        "source\/highlight.css",
        "bootstrap.html",
        "indicator.html",
        "source\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-6FXKxuRWuxqYNwfm8dfn09ksBLEcbH9yKX6yELna65E=' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "source\/vendor\/global.js",
                "source\/vendor\/selenium-browserdetect.js",
                "source\/atoms.js",
                "source\/polyfills.js",
                "source\/escape.js",
                "source\/playback.js",
                "source\/record.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "source\/background.js"
        ]
    }
}