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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } ] } |