Katalon TrueTest

This extension captures all user interactions on the website.

Katalon TrueTest란 무엇입니까?

Katalon TrueTest은(는) recorder-services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension captures all user interactions on the website."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This Chrome extension is part of the Katalon TrueTest solution. Designed for ease of use, it eliminates the need to embed code snippets into your application or make changes to the production environment. With this extension, Katalon customers can effortlessly record tester activities in the QA environment. TrueTest then uses this data to generate a comprehensive user journey map and test cases that reflect the testers’ activities. This streamlined approach ensures you achieve the benefits of an automated regression solution without the need for additional security approvals or development resources.                    

확장 프로그램 기본 정보

이름 Katalon TrueTest Katalon TrueTest
ID djpkpenafonfajpohnmflldmgckgdlgg
공식 URL https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg
설명 This extension captures all user interactions on the website.
파일 크기 52.94 KB
설치 횟수 57
현재 버전 0.0.1
최근 업데이트 2023-12-15
출시 날짜 2023-12-09
개발자 recorder-services
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://katalon.com
도움말 페이지 URL https://katalonsupport.force.com/katalonhelpcenter/s/
개인정보 보호 정책 페이지 URL https://katalon.com/terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Katalon TrueTest",
    "short_name": "katalon-truetest",
    "author": "Katalon, Inc",
    "description": "This extension captures all user interactions on the website.",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "favicon.png"
    },
    "action": {
        "default_icon": {
            "24": "favicon.png"
        },
        "default_title": "Katalon TrueTest",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "script\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script\/injector.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}