Easel QA

EaselQA Web plugin to record testcases

Cos'è Easel QA?

Easel QA è un'estensione di Chrome sviluppata da Dataphion, e la sua funzione principale è "EaselQA Web plugin to record testcases".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Easel QA

Scarica i file di estensione Easel QA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Easel QA Easel QA
ID fneccpjdkpoklohjnaeockpddalmgpkb
URL Ufficiale https://chromewebstore.google.com/detail/easel-qa/fneccpjdkpoklohjnaeockpddalmgpkb
Descrizione EaselQA Web plugin to record testcases
Dimensione del File 4.99 MB
Conteggio Installazioni 67
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-09-03
Data di Pubblicazione 2020-08-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dataphion
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://easelqa.com
Lingue Supportate 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"
    ]
}