TFS Helper: TFS workitem extensions

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

What is TFS Helper: TFS workitem extensions?

TFS Helper: TFS workitem extensions is a Chrome extension developed by David Ketler, and its main feature is "A number of TFS helper utilities providing enhanced usability of test case tools.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TFS Helper: TFS workitem extensions Extension CRX File

Download TFS Helper: TFS workitem extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TFS Helper: TFS workitem extensions TFS Helper: TFS workitem extensions
ID pgblkgkpnpjembdjljbiojlnaecljnii
Official URL https://chromewebstore.google.com/detail/tfs-helper-tfs-workitem-e/pgblkgkpnpjembdjljbiojlnaecljnii
Description A number of TFS helper utilities providing enhanced usability of test case tools.
File Size 42.5 KB
Installation Count 299
Current Version 1.1
Last Updated 2015-05-27
Publish Date 2015-05-27
Rating 5.00/5 Total 1 Ratings
Developer David Ketler
Payment Type free
Extension Website http://awarebit.com/blog?post=tfs_helper_chrome_extension
Help Page URL https://github.com/ketlerd/TFS_Helper
Supported Languages 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\/*\/*"
            ]
        }
    ]
}