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
Eメール [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"
    ]
}