Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
Hvad er Scandium Test Scenario Recorder?
Scandium Test Scenario Recorder er en Chrome-udvidelse udviklet af Scandium Systems, og dens hovedfunktion er "Turn your site interactions into actionable steps that can be repeated".
Udvidelsesskærmbilleder
Download Scandium Test Scenario Recorder-udvidelses-CRX-fil
Download Scandium Test Scenario Recorder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Scandium Test Scenario Recorder |
ID | dokpohocljpghkmobklkccilgdiecgok |
Officiel URL | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
Beskrivelse | Turn your site interactions into actionable steps that can be repeated |
Filstørrelse | 293 KB |
Antal Installationer | 259 |
Nuværende Version | 0.0.58 private beta |
Senest Opdateret | 2024-03-06 |
Udgivelsesdato | 2023-02-15 |
Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
Udvikler | Scandium Systems |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://getscandium.com |
URL til Fortrolighedspolitik Side | https://getscandium.com/scandium-privacy-policy |
Understøttede Sprog | 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": [ " |