qualibrate

Qualibrate Recording & Playback Extension

什么是qualibrate?

qualibrate是由Qualibrate开发的Chrome扩展程序,该扩展的主要功能是“Qualibrate Recording & Playback Extension”。

扩展截图

screenshot
screenshot
screenshot

下载qualibrate扩展crx文件

下载qualibrate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 qualibrate qualibrate
ID enelkoclmifjdknkhngakcopgkolibhj
官方URL https://chromewebstore.google.com/detail/qualibrate/enelkoclmifjdknkhngakcopgkolibhj
简介 Qualibrate Recording & Playback Extension
文件大小 701 KB
安装次数 217
当前版本 2.5.0
更新时间 2022-12-22
上架时间 2020-06-25
评分 5.00/5 共3次评分
开发者 Qualibrate
电子邮箱 [email protected]
付费类型 free
扩展官网 https://qualibrate.com/
帮助页面URL https://help.qualibrate.com/
隐私政策页面URL https://qualibrate.com/privacy-policy
支持的语言 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"
}