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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में SimplifyQA IDE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}