Easel QA

EaselQA Web plugin to record testcases

What is Easel QA?

Easel QA is a Chrome extension developed by Dataphion, and its main feature is "EaselQA Web plugin to record testcases".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Easel QA Extension CRX File

Download Easel QA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
Official URL https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
Description EaselQA Web plugin to record testcases
File Size 4.99 MB
Installation Count 67
Current Version 1.0.1
Last Updated 2020-09-03
Publish Date 2020-08-14
Rating 5.00/5 Total 1 Ratings
Developer Dataphion
Email [email protected]
Payment Type free
Extension Website https://easelqa.com
Supported Languages 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"
    ]
}