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
官方網址 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
電子郵箱 [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"
}