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 là gì?

Progress Telerik Test Studio Extension là một tiện ích mở rộng Chrome được phát triển bởi Progress Test Studio, và tính năng chính của nó là "Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Progress Telerik Test Studio Extension

Tải xuống các tệp mở rộng Progress Telerik Test Studio Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Progress Telerik Test Studio Extension Progress Telerik Test Studio Extension
ID gegcllkonmciadpdldechnepmjildoan
URL Chính Thức https://chromewebstore.google.com/detail/progress-telerik-test-stu/gegcllkonmciadpdldechnepmjildoan
Mô tả Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 2023.1.703.1
Cập Nhật Lần Cuối 2023-07-04
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Progress Test Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.telerik.com/teststudio
Ngôn Ngữ Được Hỗ Trợ 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
    }
}