Katalon TrueTest

This extension captures all user interactions on the website.

Was ist Katalon TrueTest?

Katalon TrueTest ist eine Chrome-Erweiterung, die von recorder-services entwickelt wurde, und ihr Hauptmerkmal ist "This extension captures all user interactions on the website.".

Erweiterungsscreenshots

screenshot

Katalon TrueTest-Erweiterungs-CRX-Datei herunterladen

Laden Sie Katalon TrueTest-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Katalon TrueTest Katalon TrueTest
ID djpkpenafonfajpohnmflldmgckgdlgg
Offizielle URL https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg
Beschreibung This extension captures all user interactions on the website.
Dateigröße 52.94 KB
Installationsanzahl 57
Aktuelle Version 0.0.1
Letztes Update 2023-12-15
Veröffentlichungsdatum 2023-12-09
Entwickler recorder-services
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://katalon.com
Hilfeseite URL https://katalonsupport.force.com/katalonhelpcenter/s/
URL der Datenschutzrichtlinien-Seite https://katalon.com/terms
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}