Katalon TrueTest

This extension captures all user interactions on the website.

Katalon TrueTest क्या है?

Katalon TrueTest recorder-services द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension captures all user interactions on the website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Katalon TrueTest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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