TFS Finder
This extension open up the provided TFS Ticket in a new Tab.
TFS Finder là gì?
TFS Finder là một tiện ích mở rộng Chrome được phát triển bởi Varun Tyagi, và tính năng chính của nó là "This extension open up the provided TFS Ticket in a new Tab.".
Ả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 Finder
Tải xuống các tệp mở rộng TFS Finder 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
TFS Finder is an Extension which is meant for an specific group only. It can be used to open TFS tickets in Chrome which are only specific to a particular TFS server. Prerequisites - 1) Need to set the TFS URL first under 'chrome://extensions/' > TFS Finder > Options. 2) Need to have a valid account on the mentioned TFS Server.",
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TFS Finder |
ID | bgdmadmbgofokifonlmgmaoelcmioclo |
URL Chính Thức | https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo |
Mô tả | This extension open up the provided TFS Ticket in a new Tab. |
Kích Thước Tệp | 28.94 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-07-21 |
Ngày Phát Hành | 2016-07-21 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Varun Tyagi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TFS Finder", "description": "This extension open up the provided TFS Ticket in a new Tab.", "version": "1.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "iconbar.png", "default_popup": "TFS.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ] } |