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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}