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
Eメール [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"
}