Testissimo
Testissimo, automated e2e testing tool
Cos'è Testissimo?
Testissimo è un'estensione di Chrome sviluppata da https://testissimo.io, e la sua funzione principale è "Testissimo, automated e2e testing tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Testissimo
Scarica i file di estensione Testissimo 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
Testissimo client script injector - helps to test apps where you have not access to html code.
Informazioni di Base sull'Estensione
Nome | |
ID | kbndfdpfemdihkbgpaggicjhmfaeeobh |
URL Ufficiale | https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh |
Descrizione | Testissimo, automated e2e testing tool |
Dimensione del File | 40.7 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.5.5 |
Ultimo Aggiornamento | 2019-09-18 |
Data di Pubblicazione | 2019-09-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://testissimo.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://testissimo.io/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Testissimo", "version": "0.5.5", "manifest_version": 2, "description": "Testissimo, automated e2e testing tool", "homepage_url": "https:\/\/testissimo.io", "default_locale": "en", "icons": { "16": "icons\/inactive\/icon16.png", "19": "icons\/inactive\/icon19.png", "48": "icons\/inactive\/icon48.png", "128": "icons\/inactive\/icon128.png" }, "browser_action": { "default_title": "Testissimo - click to activate" }, "background": { "page": "src\/background-page.html", "persistent": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "debugger", " |