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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}