Easel QA

EaselQA Web plugin to record testcases

ما هو Easel QA؟

Easel QA هو إضافة Chrome تم تطويرها بواسطة Dataphion، والميزة الرئيسية لها هي "EaselQA Web plugin to record testcases".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easel QA

قم بتنزيل ملفات الامتداد Easel QA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    ]
}