Easel QA

EaselQA Web plugin to record testcases

Wat is Easel QA?

Easel QA is een Chrome-extensie ontwikkeld door Dataphion, en de belangrijkste functie is "EaselQA Web plugin to record testcases".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easel QA

Download Easel QA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
Officiële URL https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
Beschrijving EaselQA Web plugin to record testcases
Bestandsgrootte 4.99 MB
Aantal Installaties 67
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-09-03
Publicatiedatum 2020-08-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Dataphion
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://easelqa.com
Ondersteunde Talen 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"
    ]
}