TFS Finder

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

What is TFS Finder?

TFS Finder is a Chrome extension developed by Varun Tyagi, and its main feature is "This extension open up the provided TFS Ticket in a new Tab.".

Extension Screenshots

screenshot

Download TFS Finder Extension CRX File

Download TFS Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TFS Finder TFS Finder
ID bgdmadmbgofokifonlmgmaoelcmioclo
Official URL https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo
Description This extension open up the provided TFS Ticket in a new Tab.
File Size 28.94 KB
Installation Count 21
Current Version 1.0
Last Updated 2016-07-21
Publish Date 2016-07-21
Rating 4.50/5 Total 2 Ratings
Developer Varun Tyagi
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}