Katalon TrueTest
This extension captures all user interactions on the website.
Cos'è Katalon TrueTest?
Katalon TrueTest è un'estensione di Chrome sviluppata da recorder-services, e la sua funzione principale è "This extension captures all user interactions on the website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Katalon TrueTest
Scarica i file di estensione Katalon TrueTest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Katalon TrueTest |
ID | djpkpenafonfajpohnmflldmgckgdlgg |
URL Ufficiale | https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg |
Descrizione | This extension captures all user interactions on the website. |
Dimensione del File | 52.94 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-12-15 |
Data di Pubblicazione | 2023-12-09 |
Sviluppatore | recorder-services |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://katalon.com |
URL della Pagina di Aiuto | https://katalonsupport.force.com/katalonhelpcenter/s/ |
URL della Pagina della Politica sulla Privacy | https://katalon.com/terms |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |