Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Wat is Applications Manager Web Transaction Recorder?

Applications Manager Web Transaction Recorder is een Chrome-extensie ontwikkeld door manageengine.com, en de belangrijkste functie is "Applications Manager Web Transaction Recorder".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Applications Manager Web Transaction Recorder

Download Applications Manager Web Transaction Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Applications Manager Web Transaction Recorder Applications Manager Web Transaction Recorder
ID edcglamhphnkaajlhcecghlnhabjdkog
Officiële URL https://chromewebstore.google.com/detail/applications-manager-web/edcglamhphnkaajlhcecghlnhabjdkog
Beschrijving Applications Manager Web Transaction Recorder
Bestandsgrootte 10.39 MB
Aantal Installaties 283
Huidige Versie 1.1.5
Laatst Bijgewerkt 2023-11-07
Publicatiedatum 2020-11-11
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar manageengine.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.manageengine.com/products/applications_manager/
Help Pagina-URL https://www.manageengine.com/products/applications_manager/help/rbm-browser-extension.html
URL van de Privacybeleid Pagina https://www.manageengine.com/privacy.html
Ondersteunde Talen 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"
        ]
    }
}