qualibrate

Qualibrate Recording & Playback Extension

qualibrate क्या है?

qualibrate Qualibrate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Qualibrate Recording & Playback Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में qualibrate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
}