qualibrate

Qualibrate Recording & Playback Extension

ما هو qualibrate؟

qualibrate هو إضافة Chrome تم تطويرها بواسطة Qualibrate، والميزة الرئيسية لها هي "Qualibrate Recording & Playback Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة qualibrate

قم بتنزيل ملفات الامتداد qualibrate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://help.qualibrate.com/
عنوان صفحة سياسة الخصوصية 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"
}