Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Cos'è Applications Manager Web Transaction Recorder?

Applications Manager Web Transaction Recorder è un'estensione di Chrome sviluppata da manageengine.com, e la sua funzione principale è "Applications Manager Web Transaction Recorder".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Applications Manager Web Transaction Recorder

Scarica i file di estensione Applications Manager Web Transaction Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Applications Manager Web Transaction Recorder Applications Manager Web Transaction Recorder
ID edcglamhphnkaajlhcecghlnhabjdkog
URL Ufficiale https://chromewebstore.google.com/detail/applications-manager-web/edcglamhphnkaajlhcecghlnhabjdkog
Descrizione Applications Manager Web Transaction Recorder
Dimensione del File 10.39 MB
Conteggio Installazioni 283
Versione Corrente 1.1.5
Ultimo Aggiornamento 2023-11-07
Data di Pubblicazione 2020-11-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore manageengine.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.manageengine.com/products/applications_manager/
URL della Pagina di Aiuto https://www.manageengine.com/products/applications_manager/help/rbm-browser-extension.html
URL della Pagina della Politica sulla Privacy https://www.manageengine.com/privacy.html
Lingue Supportate 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"
        ]
    }
}