Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
Was ist Scandium Test Scenario Recorder?
Scandium Test Scenario Recorder ist eine Chrome-Erweiterung, die von Scandium Systems entwickelt wurde, und ihr Hauptmerkmal ist "Turn your site interactions into actionable steps that can be repeated".
Erweiterungsscreenshots
Scandium Test Scenario Recorder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scandium Test Scenario Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dokpohocljpghkmobklkccilgdiecgok |
| Offizielle URL | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
| Beschreibung | Turn your site interactions into actionable steps that can be repeated |
| Dateigröße | 293 KB |
| Installationsanzahl | 259 |
| Aktuelle Version | 0.0.58 private beta |
| Letztes Update | 2024-03-06 |
| Veröffentlichungsdatum | 2023-02-15 |
| Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
| Entwickler | Scandium Systems |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://getscandium.com |
| URL der Datenschutzrichtlinien-Seite | https://getscandium.com/scandium-privacy-policy |
| Unterstützte Sprachen | 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": [
" | |