Headsup

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

Headsupとは何ですか?

Headsupはhttps://headsup.siteによって開発されたChromeの拡張機能で、その主な機能は「The Headsup extension lets you record, play, and automate functional tests for web applications.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Headsup拡張機能のCRXファイルをダウンロード

Headsup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Headsup Headsup
ID gjdibdafoebdkomoegklkncgmjodbjom
公式URL https://chromewebstore.google.com/detail/headsup/gjdibdafoebdkomoegklkncgmjodbjom
説明 The Headsup extension lets you record, play, and automate functional tests for web applications.
ファイルサイズ 352 KB
インストール数 12
現在のバージョン 0.10.2
最終更新日 2020-08-13
公開日 2020-06-11
評価 5.00/5 合計 1 レビュー
開発者 https://headsup.site
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://headsup.site
対応言語 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"
}