Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
ما هو Scandium Test Scenario Recorder؟
Scandium Test Scenario Recorder هو إضافة Chrome تم تطويرها بواسطة Scandium Systems، والميزة الرئيسية لها هي "Turn your site interactions into actionable steps that can be repeated".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scandium Test Scenario Recorder
قم بتنزيل ملفات الامتداد Scandium Test Scenario Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Scandium helps testers, and non-technical product owners create test automation of the web apps by recording their site interactions and replaying the recorded steps.
معلومات أساسية عن التمديد
الاسم | Scandium Test Scenario Recorder |
ID | dokpohocljpghkmobklkccilgdiecgok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
الوصف | Turn your site interactions into actionable steps that can be repeated |
حجم الملف | 293 KB |
عدد التثبيتات | 259 |
النسخة الحالية | 0.0.58 private beta |
آخر تحديث | 2024-03-06 |
تاريخ النشر | 2023-02-15 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | Scandium Systems |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://getscandium.com |
عنوان صفحة سياسة الخصوصية | https://getscandium.com/scandium-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scandium Test Scenario Recorder", "description": "Turn your site interactions into actionable steps that can be repeated", "version": "0.0.58", "version_name": "0.0.58 private beta", "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "incognito": "spanning", "permissions": [ "storage", "webNavigation", "scripting", "notifications" ], "host_permissions": [ " |