Katalon TrueTest

This extension captures all user interactions on the website.

What is Katalon TrueTest?

Katalon TrueTest is a Chrome extension developed by recorder-services, and its main feature is "This extension captures all user interactions on the website.".

Extension Screenshots

screenshot

Download Katalon TrueTest Extension CRX File

Download Katalon TrueTest 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

                        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.                    

Extension Basic Information

Name Katalon TrueTest Katalon TrueTest
ID djpkpenafonfajpohnmflldmgckgdlgg
Official URL https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg
Description This extension captures all user interactions on the website.
File Size 52.94 KB
Installation Count 57
Current Version 0.0.1
Last Updated 2023-12-15
Publish Date 2023-12-09
Developer recorder-services
Email [email protected]
Payment Type free
Extension Website https://katalon.com
Help Page URL https://katalonsupport.force.com/katalonhelpcenter/s/
Privacy Policy Page URL https://katalon.com/terms
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}