Katalon TrueTest

This extension captures all user interactions on the website.

Что такое Katalon TrueTest?

Katalon TrueTest - это расширение Chrome, разработанное recorder-services, и его основная функция - "This extension captures all user interactions on the website.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Katalon TrueTest

Скачайте файлы расширений Katalon TrueTest в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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:\/\/*\/*"
            ]
        }
    ]
}