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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |