Easel QA

EaselQA Web plugin to record testcases

什么是Easel QA?

Easel QA是由Dataphion开发的Chrome扩展程序,该扩展的主要功能是“EaselQA Web plugin to record testcases”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Easel QA扩展crx文件

下载Easel QA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}