Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
Wat is Scandium Test Scenario Recorder?
Scandium Test Scenario Recorder is een Chrome-extensie ontwikkeld door Scandium Systems, en de belangrijkste functie is "Turn your site interactions into actionable steps that can be repeated".
Extensie Screenshots
Download het CRX-bestand van de extensie Scandium Test Scenario Recorder
Download Scandium Test Scenario Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Scandium Test Scenario Recorder |
ID | dokpohocljpghkmobklkccilgdiecgok |
Officiële URL | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
Beschrijving | Turn your site interactions into actionable steps that can be repeated |
Bestandsgrootte | 293 KB |
Aantal Installaties | 259 |
Huidige Versie | 0.0.58 private beta |
Laatst Bijgewerkt | 2024-03-06 |
Publicatiedatum | 2023-02-15 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Scandium Systems |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://getscandium.com |
URL van de Privacybeleid Pagina | https://getscandium.com/scandium-privacy-policy |
Ondersteunde Talen | 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": [ " |