Site24x7 Web Transaction (Browser) Recorder

Site24x7 Web Transaction (Browser) Recorder

What is Site24x7 Web Transaction (Browser) Recorder?

Site24x7 Web Transaction (Browser) Recorder is a Chrome extension developed by Site24x7, and its main feature is "Site24x7 Web Transaction (Browser) Recorder".

Extension Screenshots

screenshot
screenshot
screenshot

Download Site24x7 Web Transaction (Browser) Recorder Extension CRX File

Download Site24x7 Web Transaction (Browser) Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Record all essential workflows in your web application and set up production monitoring by using Chrome or Firefox browsers, at regular intervals.

Start recording by logging in to your Site24x7 account and once the transaction is recorded, perform the test playback of the recorded transaction and proceed to add a new monitor or update the existing monitor.                    

Extension Basic Information

Name Site24x7 Web Transaction (Browser) Recorder Site24x7 Web Transaction (Browser) Recorder
ID igeibjcgmjjglmjkehpeepggejgbpjnk
Official URL https://chromewebstore.google.com/detail/site24x7-web-transaction/igeibjcgmjjglmjkehpeepggejgbpjnk
Description Site24x7 Web Transaction (Browser) Recorder
File Size 6.19 MB
Installation Count 3,659
Current Version 4.2.8
Last Updated 2023-09-13
Publish Date 2020-05-22
Rating 3.67/5 Total 3 Ratings
Developer Site24x7
Email [email protected]
Payment Type free
Extension Website https://www.site24x7.com/
Help Page URL https://support.site24x7.com/portal/home
Privacy Policy Page URL https://www.zoho.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "name": "Site24x7 Web Transaction (Browser) Recorder",
    "short_name": "Site24x7 RBM Recorder",
    "description": "Site24x7 Web Transaction (Browser) Recorder",
    "version": "4.2.8",
    "author": "Monisha V",
    "homepage_url": "https:\/\/www.site24x7.com\/",
    "browser_action": {
        "default_icon": {
            "128": "icons\/rbm-icon-128.png",
            "48": "icons\/rbm-icon-48.png",
            "16": "icons\/rbm-icon-16.png"
        },
        "default_title": "Site24x7 Web Transaction (Browser) 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",
        "cookies",
        "browsingData",
        ""
    ],
    "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=' 'sha256-Qj\/3\/q3tOw\/grHm+FWt50+NB2FpIp9TsfLuweDSsniA=' '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"
        ]
    }
}