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