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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A number of TFS helper utilities providing enhanced usability of test case tools."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TFS Helper: TFS workitem extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*\/*" ] } ] } |