Headsup

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

Was ist Headsup?

Headsup ist eine Chrome-Erweiterung, die von https://headsup.site entwickelt wurde, und ihr Hauptmerkmal ist "The Headsup extension lets you record, play, and automate functional tests for web applications.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Headsup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Headsup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Headsup Headsup
ID gjdibdafoebdkomoegklkncgmjodbjom
Offizielle URL https://chromewebstore.google.com/detail/headsup/gjdibdafoebdkomoegklkncgmjodbjom
Beschreibung The Headsup extension lets you record, play, and automate functional tests for web applications.
Dateigröße 352 KB
Installationsanzahl 12
Aktuelle Version 0.10.2
Letztes Update 2020-08-13
Veröffentlichungsdatum 2020-06-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://headsup.site
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://headsup.site
Unterstützte Sprachen 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"
}