TFS Finder
This extension open up the provided TFS Ticket in a new Tab.
Co to jest TFS Finder?
TFS Finder to rozszerzenie Chrome opracowane przez Varun Tyagi, a jego główną funkcją jest „This extension open up the provided TFS Ticket in a new Tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TFS Finder
Pobierz pliki rozszerzeń TFS Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.",
Podstawowe informacje o rozszerzeniu
Nazwa | TFS Finder |
ID | bgdmadmbgofokifonlmgmaoelcmioclo |
Oficjalny URL | https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo |
Opis | This extension open up the provided TFS Ticket in a new Tab. |
Rozmiar pliku | 28.94 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-21 |
Data Publikacji | 2016-07-21 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Varun Tyagi |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |