Azure DevOps Test Results View

Displays manual Test Results attachments in larger view and allows printing of test results.

Apa itu Azure DevOps Test Results View?

Azure DevOps Test Results View adalah ekstensi Chrome yang dikembangkan oleh ado.test.results, dan fitur utamanya adalah "Displays manual Test Results attachments in larger view and allows printing of test results.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Azure DevOps Test Results View

Unduh file ekstensi Azure DevOps Test Results View dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        In Microsoft Azure DevOps, this extension modifies the page CSS attributes to display manual Test Results attachments in a larger format for viewing in the browser window.  Allows printing of just test results from the test results page.                    

Informasi Dasar Ekstensi

Nama Azure DevOps Test Results View Azure DevOps Test Results View
ID eoeknnnijbhiildbdepcijbedpbbcafe
URL Resmi https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe
Deskripsi Displays manual Test Results attachments in larger view and allows printing of test results.
Ukuran File 12.67 KB
Jumlah Instalasi 212
Versi Saat Ini 0.0.0.4
Terakhir Diperbarui 2023-12-29
Tanggal Publikasi 2020-07-31
Pengembang ado.test.results
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Azure DevOps Test Results View",
    "version": "0.0.0.4",
    "description": "Displays manual Test Results attachments in larger view and allows printing of test results.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.visualstudio.com\/*",
                "https:\/\/dev.azure.com\/*"
            ],
            "include_globs": [
                "https:\/\/*.visualstudio.com\/*\/_?estManagement\/*",
                "https:\/\/dev.azure.com\/*\/_?estManagement\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}