SimplifyQA IDE

Simplifyqa IDE Objectpicker to inspector a webelement and generate xpath to write test script . With All other property. Fast.

SimplifyQA IDEคืออะไร?

SimplifyQA IDE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SimplifyQA Object Manager และคุณลักษณะหลักของมันคือ "Simplifyqa IDE Objectpicker to inspector a webelement and generate xpath to write test script . With All other property. Fast."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SimplifyQA IDE

ดาวน์โหลดไฟล์ส่วนขยาย SimplifyQA IDE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Designed to help create robust and optimized CSS selectors, XPath and identify other web properties that are usable across the test cases. The xpaths are short (except absolute xpaths) and optimized. They are structured in a way that by using the class information and ID along with other object attributes (name, title, etc), the object inspector can withstand certain levels of changes with respect to the page layout.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SimplifyQA IDE SimplifyQA IDE
ID gljnaphjdejjhgidchogbjmjikmfhcgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simplifyqa-ide/gljnaphjdejjhgidchogbjmjikmfhcgd
คำอธิบาย Simplifyqa IDE Objectpicker to inspector a webelement and generate xpath to write test script . With All other property. Fast.
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-01-31
วันที่เผยแพร่ 2020-06-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SimplifyQA Object Manager
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps.simplifyqa.com/
URL หน้าช่วยเหลือ https://www.simplify3x.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://policy.simplifyqa.app
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SimplifyQA IDE",
    "description": "Simplifyqa IDE  Objectpicker to inspector a webelement and generate xpath to write test script . With All other property. Fast.",
    "version": "2.0.2",
    "homepage_url": "https:\/\/apps.simplify3x.com\/",
    "icons": {
        "48": "assets\/img\/logo.png",
        "16": "assets\/img\/logo.png",
        "128": "assets\/img\/logo.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'self';"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/img\/logo.png",
        "default_title": "Simplifyqa WebInspector"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/object.css"
            ],
            "js": [
                "objectManager2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/object.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "offline_enabled": true
}