Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
Vad är Scandium Test Scenario Recorder?
Scandium Test Scenario Recorder är en Chrome-tillägg utvecklad av Scandium Systems, och dess huvudfunktion är "Turn your site interactions into actionable steps that can be repeated".
Tilläggsskärmbilder
Ladda ner Scandium Test Scenario Recorder-förlängningens CRX-fil
Ladda ner Scandium Test Scenario Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Scandium Test Scenario Recorder |
ID | dokpohocljpghkmobklkccilgdiecgok |
Officiell webbadress | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
Beskrivning | Turn your site interactions into actionable steps that can be repeated |
Filstorlek | 293 KB |
Antal Installationer | 259 |
Aktuell Version | 0.0.58 private beta |
Senast Uppdaterad | 2024-03-06 |
Publiceringsdatum | 2023-02-15 |
Betyg | 5.00/5 Totalt 12 Betyg |
Utvecklare | Scandium Systems |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://getscandium.com |
URL till Sekretesspolicy Sidan | https://getscandium.com/scandium-privacy-policy |
Stödda Språk | 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": [ " |