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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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