TFS Helper: TFS workitem extensions
A number of TFS helper utilities providing enhanced usability of test case tools.
TFS Helper: TFS workitem extensions là gì?
TFS Helper: TFS workitem extensions là một tiện ích mở rộng Chrome được phát triển bởi David Ketler, và tính năng chính của nó là "A number of TFS helper utilities providing enhanced usability of test case tools.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TFS Helper: TFS workitem extensions
Tải xuống các tệp mở rộng TFS Helper: TFS workitem extensions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TFS Helper: TFS workitem extensions |
ID | pgblkgkpnpjembdjljbiojlnaecljnii |
URL Chính Thức | https://chromewebstore.google.com/detail/tfs-helper-tfs-workitem-e/pgblkgkpnpjembdjljbiojlnaecljnii |
Mô tả | A number of TFS helper utilities providing enhanced usability of test case tools. |
Kích Thước Tệp | 42.5 KB |
Số Lần Cài Đặt | 299 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-05-27 |
Ngày Phát Hành | 2015-05-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | David Ketler |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://awarebit.com/blog?post=tfs_helper_chrome_extension |
URL Trang Trợ Giúp | https://github.com/ketlerd/TFS_Helper |
Ngôn Ngữ Được Hỗ Trợ | 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\/*\/*" ] } ] } |