Progress Telerik Test Studio Extension

Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.

什么是Progress Telerik Test Studio Extension?

Progress Telerik Test Studio Extension是由Progress Test Studio开发的Chrome扩展程序,该扩展的主要功能是“Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.”。

扩展截图

screenshot
screenshot

下载Progress Telerik Test Studio Extension扩展crx文件

下载Progress Telerik Test Studio Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Progress Telerik Test Studio extension enables recording and executions of web tests within Chrome Web browser. The advanced recording options enable you to visually highlight an element, inspect the DOM and automatically generate verification.                    

扩展基本信息

名称 Progress Telerik Test Studio Extension Progress Telerik Test Studio Extension
ID gegcllkonmciadpdldechnepmjildoan
官方URL https://chromewebstore.google.com/detail/progress-telerik-test-stu/gegcllkonmciadpdldechnepmjildoan
简介 Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.
文件大小 126 KB
安装次数 4,000
当前版本 2023.1.703.1
更新时间 2023-07-04
上架时间 2020-06-16
评分 5.00/5 共1次评分
开发者 Progress Test Studio
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.telerik.com/teststudio
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Progress Telerik Test Studio Extension",
    "version": "2023.1.703.1",
    "description": "Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "homepage_url": "http:\/\/www.telerik.com\/teststudio\/",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/foreground.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/teststudio-interceptors-foreground.js"
            ]
        }
    ],
    "permissions": [
        "browsingData",
        "storage",
        "tabs",
        "cookies",
        "history",
        "*:\/\/*\/*",
        "debugger"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "scripts\/pageScript.js",
        "scripts\/teststudio.js",
        "scripts\/teststudio-interceptors.js",
        "scripts\/teststudio-webComponent-interceptor.js",
        "scripts\/communicationRecoverer.js",
        "scripts\/2017.3.1013.1\/pageScript.js",
        "scripts\/2017.3.1013.1\/teststudio.js",
        "scripts\/2021.1.114.1\/pageScript.js",
        "scripts\/2021.1.114.1\/teststudio.js"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiQjT69\/fKv088JdKfb8kdakanYbVGxVUDxUKi4NWuu5b42rQ4wMkKq5hCuMFFMfVhLR1kUcntgG97Ni2+CMjh5snNUHJN3HGxsBF5sU6GXYf\/g9yit9\/mXseqGFpQw7j5XI\/IxBEyzb\/40FIc6PcQesMnU1Olj1pqQW+3TUQRM1HfYkVlW4G7xWyqiPP40lRErysFETJaKJ3Y9wct8dWWH3I0VdvXZYpzshZg3G\/ZT1QyMSnAFn+7NDv8mhkiWHNS6SLCawbTkGLp5Grskh7O2VA\/Chwr5VK\/5TSzCiReDt340d4wTJkpnXS2Xvp\/5JP48eWjzyeWNhIv+Bzx0BFIwIDAQAB",
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Progress Telerik Test Studio Extension",
        "default_popup": "about_popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}