Katalon TrueTest

This extension captures all user interactions on the website.

什麼是Katalon TrueTest?

Katalon TrueTest是由recorder-services開發的Chrome擴展程式,該擴展的主要功能是“This extension captures all user interactions on the website.”。

擴展截圖

screenshot

下載Katalon TrueTest擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}