Progress Telerik Test Studio Extension

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

Cos'è Progress Telerik Test Studio Extension?

Progress Telerik Test Studio Extension è un'estensione di Chrome sviluppata da Progress Test Studio, e la sua funzione principale è "Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Progress Telerik Test Studio Extension

Scarica i file di estensione Progress Telerik Test Studio Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Progress Telerik Test Studio Extension Progress Telerik Test Studio Extension
ID gegcllkonmciadpdldechnepmjildoan
URL Ufficiale https://chromewebstore.google.com/detail/progress-telerik-test-stu/gegcllkonmciadpdldechnepmjildoan
Descrizione Progress Telerik Test Studio extension enables recording and executions of web tests within web browser.
Dimensione del File 126 KB
Conteggio Installazioni 4,000
Versione Corrente 2023.1.703.1
Ultimo Aggiornamento 2023-07-04
Data di Pubblicazione 2020-06-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Progress Test Studio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.telerik.com/teststudio
Lingue Supportate 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
    }
}