Web元素捕手

一款配合UI Auto Test的元素获取插件,请注意这个插件无法单独使用,需配合UAT网页端使用。

What is Web元素捕手?

Web元素捕手 is a Chrome extension developed by t880216t, and its main feature is "一款配合UI Auto Test的元素获取插件,请注意这个插件无法单独使用,需配合UAT网页端使用。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Web元素捕手 Extension CRX File

Download Web元素捕手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        一款配合UI Auto Test的元素获取插件,需配合UAT网页端使用。帮助web测试人员,快速获取定位元素的定位值,和元素截图。                    

Extension Basic Information

Name Web元素捕手 Web元素捕手
ID podifkoefcjppjkokchkannclebaeoek
Official URL https://chromewebstore.google.com/detail/web%E5%85%83%E7%B4%A0%E6%8D%95%E6%89%8B/podifkoefcjppjkokchkannclebaeoek
Description 一款配合UI Auto Test的元素获取插件,请注意这个插件无法单独使用,需配合UAT网页端使用。
File Size 24.37 KB
Installation Count 85
Current Version 2.0.3
Last Updated 2023-02-13
Publish Date 2019-08-26
Developer t880216t
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web\u5143\u7d20\u6355\u624b",
    "description": "\u4e00\u6b3e\u914d\u5408UI Auto Test\u7684\u5143\u7d20\u83b7\u53d6\u63d2\u4ef6\uff0c\u8bf7\u6ce8\u610f\u8fd9\u4e2a\u63d2\u4ef6\u65e0\u6cd5\u5355\u72ec\u4f7f\u7528\uff0c\u9700\u914d\u5408UAT\u7f51\u9875\u7aef\u4f7f\u7528\u3002",
    "version": "2.0.3",
    "icons": {
        "16": "image\/icon-16.png",
        "128": "image\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "image\/icon-19.png",
            "38": "image\/icon-38.png"
        },
        "default_title": "Web\u5143\u7d20\u6355\u624b"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js",
                ".\/js\/optimal-select.min.js"
            ],
            "css": [
                ".\/inject.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vemic.com\/*"
        ]
    }
}