TFS Finder
This extension open up the provided TFS Ticket in a new Tab.
Qu'est-ce que TFS Finder ?
TFS Finder est une extension Chrome développée par Varun Tyagi, et sa fonction principale est "This extension open up the provided TFS Ticket in a new Tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TFS Finder
Téléchargez les fichiers d'extension TFS Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.",
Informations de Base sur l'Extension
Nom | TFS Finder |
ID | bgdmadmbgofokifonlmgmaoelcmioclo |
URL Officiel | https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo |
Description | This extension open up the provided TFS Ticket in a new Tab. |
Taille du Fichier | 28.94 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-07-21 |
Date de Publication | 2016-07-21 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Varun Tyagi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |