Headsup

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

Headsup क्या है?

Headsup https://headsup.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Headsup extension lets you record, play, and automate functional tests for web applications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Headsup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}