Scandium Test Scenario Recorder
Turn your site interactions into actionable steps that can be repeated
Cos'è Scandium Test Scenario Recorder?
Scandium Test Scenario Recorder è un'estensione di Chrome sviluppata da Scandium Systems, e la sua funzione principale è "Turn your site interactions into actionable steps that can be repeated".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scandium Test Scenario Recorder
Scarica i file di estensione Scandium Test Scenario Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dokpohocljpghkmobklkccilgdiecgok |
| URL Ufficiale | https://chromewebstore.google.com/detail/scandium-test-scenario-re/dokpohocljpghkmobklkccilgdiecgok |
| Descrizione | Turn your site interactions into actionable steps that can be repeated |
| Dimensione del File | 293 KB |
| Conteggio Installazioni | 259 |
| Versione Corrente | 0.0.58 private beta |
| Ultimo Aggiornamento | 2024-03-06 |
| Data di Pubblicazione | 2023-02-15 |
| Valutazione | 5.00/5 Totale 12 Valutazioni |
| Sviluppatore | Scandium Systems |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://getscandium.com |
| URL della Pagina della Politica sulla Privacy | https://getscandium.com/scandium-privacy-policy |
| Lingue Supportate | 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": [
" | |