qualibrate

Qualibrate Recording & Playback Extension

qualibrate란 무엇입니까?

qualibrate은(는) Qualibrate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qualibrate Recording & Playback Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

qualibrate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Qualibrate is a 3-in-1 solution that empowers teams to create documentation, automated tests and training materials in one click.

Qualibrate supports Web applications running in different browser types. This Chrome extension allows users to record and document web applications and business processes for testing (manual & automated) as well as training. The recording engine is lightweight and allows verifications and storing data values on the fly as well as the ability to edit recordings as they are being created.                    

확장 프로그램 기본 정보

이름 qualibrate qualibrate
ID enelkoclmifjdknkhngakcopgkolibhj
공식 URL https://chromewebstore.google.com/detail/qualibrate/enelkoclmifjdknkhngakcopgkolibhj
설명 Qualibrate Recording & Playback Extension
파일 크기 701 KB
설치 횟수 217
현재 버전 2.5.0
최근 업데이트 2022-12-22
출시 날짜 2020-06-25
평점 5.00/5 총 3 개의 평점
개발자 Qualibrate
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://qualibrate.com/
도움말 페이지 URL https://help.qualibrate.com/
개인정보 보호 정책 페이지 URL https://qualibrate.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "webRequest",
        "nativeMessaging",
        "scripting",
        "background"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "extension.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "webDialogs.js",
                "select2Hooking.js",
                "select2Playback.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "qualibrate",
    "description": "Qualibrate Recording & Playback Extension",
    "version": "2.5.0"
}