Site24x7 Web Transaction (Browser) Recorder

Site24x7 Web Transaction (Browser) Recorder

Site24x7 Web Transaction (Browser) Recorder란 무엇입니까?

Site24x7 Web Transaction (Browser) Recorder은(는) Site24x7에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Site24x7 Web Transaction (Browser) Recorder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Site24x7 Web Transaction (Browser) Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Site24x7 Web Transaction (Browser) Recorder Site24x7 Web Transaction (Browser) Recorder
ID igeibjcgmjjglmjkehpeepggejgbpjnk
공식 URL https://chromewebstore.google.com/detail/site24x7-web-transaction/igeibjcgmjjglmjkehpeepggejgbpjnk
설명 Site24x7 Web Transaction (Browser) Recorder
파일 크기 6.19 MB
설치 횟수 3,659
현재 버전 4.2.8
최근 업데이트 2023-09-13
출시 날짜 2020-05-22
평점 3.67/5 총 3 개의 평점
개발자 Site24x7
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.site24x7.com/
도움말 페이지 URL https://support.site24x7.com/portal/home
개인정보 보호 정책 페이지 URL https://www.zoho.com/privacy.html
지원되는 언어 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"
        ]
    }
}