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
官方網址 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"
    ]
}