Katalon TrueTest

This extension captures all user interactions on the website.

Co to jest Katalon TrueTest?

Katalon TrueTest to rozszerzenie Chrome opracowane przez recorder-services, a jego główną funkcją jest „This extension captures all user interactions on the website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Katalon TrueTest

Pobierz pliki rozszerzeń Katalon TrueTest w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Katalon TrueTest Katalon TrueTest
ID djpkpenafonfajpohnmflldmgckgdlgg
Oficjalny URL https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg
Opis This extension captures all user interactions on the website.
Rozmiar pliku 52.94 KB
Liczba instalacji 57
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2023-12-15
Data Publikacji 2023-12-09
Deweloper recorder-services
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://katalon.com
Adres URL Strony Pomocy https://katalonsupport.force.com/katalonhelpcenter/s/
Adres URL Strony Polityki Prywatności https://katalon.com/terms
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}