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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://katalonsupport.force.com/katalonhelpcenter/s/ |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } ] } |