TFS Helper: TFS workitem extensions

A number of TFS helper utilities providing enhanced usability of test case tools.

Co to jest TFS Helper: TFS workitem extensions?

TFS Helper: TFS workitem extensions to rozszerzenie Chrome opracowane przez David Ketler, a jego główną funkcją jest „A number of TFS helper utilities providing enhanced usability of test case tools.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TFS Helper: TFS workitem extensions

Pobierz pliki rozszerzeń TFS Helper: TFS workitem extensions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        An extension for Google Chrome to add a number of usability improvements to Team Foundation Service (TFS) 2013.

This plugin adds the following functionalities:

User-readable HTMLDecode conversion of Test Case steps audit

Diff (PrettyTextDiff) performed with results inserted under the Steps audit table

Diff (PrettyTextDiff) performed with results inserted under the Local Data Source table

Diff (PrettyTextDiff) performed on Review Minutes

Replacement of parameters with actual parameters in the test runner                    

Podstawowe informacje o rozszerzeniu

Nazwa TFS Helper: TFS workitem extensions TFS Helper: TFS workitem extensions
ID pgblkgkpnpjembdjljbiojlnaecljnii
Oficjalny URL https://chromewebstore.google.com/detail/tfs-helper-tfs-workitem-e/pgblkgkpnpjembdjljbiojlnaecljnii
Opis A number of TFS helper utilities providing enhanced usability of test case tools.
Rozmiar pliku 42.5 KB
Liczba instalacji 299
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-05-27
Data Publikacji 2015-05-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper David Ketler
Typ Płatności free
Strona Rozszerzenia http://awarebit.com/blog?post=tfs_helper_chrome_extension
Adres URL Strony Pomocy https://github.com/ketlerd/TFS_Helper
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TFS Helper: TFS workitem extensions",
    "short_name": "TFS Helper",
    "version": "1.1",
    "description": "A number of TFS helper utilities providing enhanced usability of test case tools.",
    "manifest_version": 2,
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "diff.css"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "jquery.watch.min.js",
                "diff_match_patch.js",
                "jquery.pretty-text-diff.min.js",
                "tfsHelper.js"
            ],
            "matches": [
                "http:\/\/*\/tfs\/*\/*",
                "https:\/\/*\/tfs\/*\/*"
            ]
        }
    ]
}