Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorderとは何ですか?

Applications Manager Web Transaction Recorderはmanageengine.comによって開発されたChromeの拡張機能で、その主な機能は「Applications Manager Web Transaction Recorder」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Applications Manager Web Transaction Recorder拡張機能のCRXファイルをダウンロード

Applications Manager Web Transaction Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Applications Manager Web Transaction Recorder Applications Manager Web Transaction Recorder
ID edcglamhphnkaajlhcecghlnhabjdkog
公式URL https://chromewebstore.google.com/detail/applications-manager-web/edcglamhphnkaajlhcecghlnhabjdkog
説明 Applications Manager Web Transaction Recorder
ファイルサイズ 10.39 MB
インストール数 283
現在のバージョン 1.1.5
最終更新日 2023-11-07
公開日 2020-11-11
評価 5.00/5 合計 4 レビュー
開発者 manageengine.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.manageengine.com/products/applications_manager/
ヘルプページのURL https://www.manageengine.com/products/applications_manager/help/rbm-browser-extension.html
プライバシーポリシーページのURL https://www.manageengine.com/privacy.html
対応言語 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"
        ]
    }
}