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
官方網址 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"
}