qualibrate

Qualibrate Recording & Playback Extension

Was ist qualibrate?

qualibrate ist eine Chrome-Erweiterung, die von Qualibrate entwickelt wurde, und ihr Hauptmerkmal ist "Qualibrate Recording & Playback Extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

qualibrate-Erweiterungs-CRX-Datei herunterladen

Laden Sie qualibrate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name qualibrate qualibrate
ID enelkoclmifjdknkhngakcopgkolibhj
Offizielle URL https://chromewebstore.google.com/detail/qualibrate/enelkoclmifjdknkhngakcopgkolibhj
Beschreibung Qualibrate Recording & Playback Extension
Dateigröße 701 KB
Installationsanzahl 217
Aktuelle Version 2.5.0
Letztes Update 2022-12-22
Veröffentlichungsdatum 2020-06-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Qualibrate
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://qualibrate.com/
Hilfeseite URL https://help.qualibrate.com/
URL der Datenschutzrichtlinien-Seite https://qualibrate.com/privacy-policy
Unterstützte Sprachen 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"
}