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开发的Chrome扩展程序,该扩展的主要功能是“Simplifyqa IDE Objectpicker to inspector a webelement and generate xpath to write test script . With All other property. Fast.”。

扩展截图

screenshot
screenshot
screenshot

下载SimplifyQA IDE扩展crx文件

下载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
}