Katalon TrueTest
This extension captures all user interactions on the website.
Katalon TrueTest là gì?
Katalon TrueTest là một tiện ích mở rộng Chrome được phát triển bởi recorder-services, và tính năng chính của nó là "This extension captures all user interactions on the website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Katalon TrueTest
Tải xuống các tệp mở rộng Katalon TrueTest dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Katalon TrueTest |
ID | djpkpenafonfajpohnmflldmgckgdlgg |
URL Chính Thức | https://chromewebstore.google.com/detail/katalon-truetest/djpkpenafonfajpohnmflldmgckgdlgg |
Mô tả | This extension captures all user interactions on the website. |
Kích Thước Tệp | 52.94 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2023-12-09 |
Nhà Phát Triển | recorder-services |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://katalon.com |
URL Trang Trợ Giúp | https://katalonsupport.force.com/katalonhelpcenter/s/ |
URL Trang Chính Sách Bảo Mật | https://katalon.com/terms |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |