TFS Finder

This extension open up the provided TFS Ticket in a new Tab.

Cos'è TFS Finder?

TFS Finder è un'estensione di Chrome sviluppata da Varun Tyagi, e la sua funzione principale è "This extension open up the provided TFS Ticket in a new Tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TFS Finder

Scarica i file di estensione TFS Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.",                    

Informazioni di Base sull'Estensione

Nome TFS Finder TFS Finder
ID bgdmadmbgofokifonlmgmaoelcmioclo
URL Ufficiale https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo
Descrizione This extension open up the provided TFS Ticket in a new Tab.
Dimensione del File 28.94 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-21
Data di Pubblicazione 2016-07-21
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Varun Tyagi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}