Easel QA

EaselQA Web plugin to record testcases

Easel QA क्या है?

Easel QA Dataphion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EaselQA Web plugin to record testcases"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Easel QA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        EaselQA is the only open source end to end test automation tool. Web plugin uses advance element locators and computer vision to efficiently manage the web element locators.                    

एक्सटेंशन की मूल जानकारी

नाम Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
आधिकारिक URL https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
विवरण EaselQA Web plugin to record testcases
फ़ाइल का आकार 4.99 MB
स्थापना संख्या 67
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-09-03
प्रकाशन तिथि 2020-08-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Dataphion
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://easelqa.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "EaselQA Web plugin to record testcases",
    "version": "1.0.1",
    "name": "Easel QA",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "ext-icon.png"
    },
    "icons": {
        "128": "ext-icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "record.bundle.js",
                "playback.bundle.js",
                "content.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "webRequest",
        "notifications",
        "storage",
        "unlimitedStorage"
    ]
}