Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorderคืออะไร?

Applications Manager Web Transaction Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manageengine.com และคุณลักษณะหลักของมันคือ "Applications Manager Web Transaction Recorder"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Applications Manager Web Transaction Recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}