qualibrate

Qualibrate Recording & Playback Extension

Hvad er qualibrate?

qualibrate er en Chrome-udvidelse udviklet af Qualibrate, og dens hovedfunktion er "Qualibrate Recording & Playback Extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download qualibrate-udvidelses-CRX-fil

Download qualibrate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Qualibrate is a 3-in-1 solution that empowers teams to create documentation, automated tests and training materials in one click.

Qualibrate supports Web applications running in different browser types. This Chrome extension allows users to record and document web applications and business processes for testing (manual & automated) as well as training. The recording engine is lightweight and allows verifications and storing data values on the fly as well as the ability to edit recordings as they are being created.                    

Grundlæggende oplysninger om udvidelsen

Navn qualibrate qualibrate
ID enelkoclmifjdknkhngakcopgkolibhj
Officiel URL https://chromewebstore.google.com/detail/qualibrate/enelkoclmifjdknkhngakcopgkolibhj
Beskrivelse Qualibrate Recording & Playback Extension
Filstørrelse 701 KB
Antal Installationer 217
Nuværende Version 2.5.0
Senest Opdateret 2022-12-22
Udgivelsesdato 2020-06-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Qualibrate
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://qualibrate.com/
Hjælpeside-URL https://help.qualibrate.com/
URL til Fortrolighedspolitik Side https://qualibrate.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "webRequest",
        "nativeMessaging",
        "scripting",
        "background"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "extension.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "webDialogs.js",
                "select2Hooking.js",
                "select2Playback.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "qualibrate",
    "description": "Qualibrate Recording & Playback Extension",
    "version": "2.5.0"
}