Katalon TrueTest

This extension captures all user interactions on the website.

O que é Katalon TrueTest?

Katalon TrueTest é uma extensão do Chrome desenvolvida por recorder-services, e sua principal característica é "This extension captures all user interactions on the website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Katalon TrueTest

Baixe arquivos de extensão Katalon TrueTest no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Katalon TrueTest Katalon TrueTest
ID djpkpenafonfajpohnmflldmgckgdlgg
URL Oficial https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg
Descrição This extension captures all user interactions on the website.
Tamanho do Arquivo 52.94 KB
Contagem de Instalações 57
Versão Atual 0.0.1
Última Atualização 2023-12-15
Data de Publicação 2023-12-09
Desenvolvedor recorder-services
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://katalon.com
URL da Página de Ajuda https://katalonsupport.force.com/katalonhelpcenter/s/
URL da Página de Política de Privacidade https://katalon.com/terms
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}