TFS Helper: TFS workitem extensions

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

TFS Helper: TFS workitem extensions란 무엇입니까?

TFS Helper: TFS workitem extensions은(는) David Ketler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A number of TFS helper utilities providing enhanced usability of test case tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TFS Helper: TFS workitem extensions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 TFS Helper: TFS workitem extensions TFS Helper: TFS workitem extensions
ID pgblkgkpnpjembdjljbiojlnaecljnii
공식 URL https://chromewebstore.google.com/detail/tfs-helper-tfs-workitem-e/pgblkgkpnpjembdjljbiojlnaecljnii
설명 A number of TFS helper utilities providing enhanced usability of test case tools.
파일 크기 42.5 KB
설치 횟수 299
현재 버전 1.1
최근 업데이트 2015-05-27
출시 날짜 2015-05-27
평점 5.00/5 총 1 개의 평점
개발자 David Ketler
결제 유형 free
확장 프로그램 웹 사이트 http://awarebit.com/blog?post=tfs_helper_chrome_extension
도움말 페이지 URL https://github.com/ketlerd/TFS_Helper
지원되는 언어 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\/*\/*"
            ]
        }
    ]
}