Headsup

The Headsup extension lets you record, play, and automate functional tests for web applications.

Cos'è Headsup?

Headsup è un'estensione di Chrome sviluppata da https://headsup.site, e la sua funzione principale è "The Headsup extension lets you record, play, and automate functional tests for web applications.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Headsup

Scarica i file di estensione Headsup 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

                        The Headsup extension lets you create functional tests by clicking and typing just like the users of your web application. Tests can be played instantly or scheduled to run in our cloud. You don't need coding or testing experience for any of this. In our web application, you can view results, manage tests, and enable email alerts.

Sign up to get early access: https://headsup.app/sign-up

Read more on our website: https://headsup.site

Contact us for support and questions: [email protected]                    

Informazioni di Base sull'Estensione

Nome Headsup Headsup
ID gjdibdafoebdkomoegklkncgmjodbjom
URL Ufficiale https://chromewebstore.google.com/detail/headsup/gjdibdafoebdkomoegklkncgmjodbjom
Descrizione The Headsup extension lets you record, play, and automate functional tests for web applications.
Dimensione del File 352 KB
Conteggio Installazioni 12
Versione Corrente 0.10.2
Ultimo Aggiornamento 2020-08-13
Data di Pubblicazione 2020-06-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://headsup.site
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://headsup.site
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Headsup",
    "homepage_url": "https:\/\/headsup.app",
    "description": "The Headsup extension lets you record, play, and automate functional tests for web applications.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "",
        "debugger",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_title": "Open Headsup in a window"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.js",
            "background-bundle.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "https:\/\/*.headsup.app\/*"
        ]
    },
    "manifest_version": 2,
    "version": "0.10.2"
}