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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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:\/\/*\/*" ] } ] } |