Easel QA

EaselQA Web plugin to record testcases

Easel QA là gì?

Easel QA là một tiện ích mở rộng Chrome được phát triển bởi Dataphion, và tính năng chính của nó là "EaselQA Web plugin to record testcases".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easel QA

Tải xuống các tệp mở rộng Easel QA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
URL Chính Thức https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
Mô tả EaselQA Web plugin to record testcases
Kích Thước Tệp 4.99 MB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-09-03
Ngày Phát Hành 2020-08-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dataphion
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://easelqa.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}