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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Ketler และคุณลักษณะหลักของมันคือ "A number of TFS helper utilities providing enhanced usability of test case tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TFS Helper: TFS workitem extensions
ดาวน์โหลดไฟล์ส่วนขยาย TFS Helper: TFS workitem extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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\/*\/*" ] } ] } |