Easel QA

EaselQA Web plugin to record testcases

Co to jest Easel QA?

Easel QA to rozszerzenie Chrome opracowane przez Dataphion, a jego główną funkcją jest „EaselQA Web plugin to record testcases”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Easel QA

Pobierz pliki rozszerzeń Easel QA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
Oficjalny URL https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
Opis EaselQA Web plugin to record testcases
Rozmiar pliku 4.99 MB
Liczba instalacji 67
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-09-03
Data Publikacji 2020-08-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Dataphion
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://easelqa.com
Obsługiwane Języki 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"
    ]
}