qualibrate

Qualibrate Recording & Playback Extension

qualibrate là gì?

qualibrate là một tiện ích mở rộng Chrome được phát triển bởi Qualibrate, và tính năng chính của nó là "Qualibrate Recording & Playback Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng qualibrate

Tải xuống các tệp mở rộng qualibrate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên qualibrate qualibrate
ID enelkoclmifjdknkhngakcopgkolibhj
URL Chính Thức https://chromewebstore.google.com/detail/qualibrate/enelkoclmifjdknkhngakcopgkolibhj
Mô tả Qualibrate Recording & Playback Extension
Kích Thước Tệp 701 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2022-12-22
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Qualibrate
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://qualibrate.com/
URL Trang Trợ Giúp https://help.qualibrate.com/
URL Trang Chính Sách Bảo Mật https://qualibrate.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}