TFS Finder
This extension open up the provided TFS Ticket in a new Tab.
Wat is TFS Finder?
TFS Finder is een Chrome-extensie ontwikkeld door Varun Tyagi, en de belangrijkste functie is "This extension open up the provided TFS Ticket in a new Tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie TFS Finder
Download TFS Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.",
Basisinformatie over de Extensie
Naam | |
ID | bgdmadmbgofokifonlmgmaoelcmioclo |
Officiële URL | https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo |
Beschrijving | This extension open up the provided TFS Ticket in a new Tab. |
Bestandsgrootte | 28.94 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-07-21 |
Publicatiedatum | 2016-07-21 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Varun Tyagi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |