VSTS GO

This extension will send you to a specific workitem in your VSTS, given the id

VSTS GO क्या है?

VSTS GO Aero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will send you to a specific workitem in your VSTS, given the id"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VSTS GO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # VSTS-GO
A Chrome extension for Visual Studio Team Services

This extension gives you an easy way to navigate directly to a workitem in Visual Studio Team Services, only by entering the id of the item. The workitem opens in a new tab. Start by creating an access token in VSTS, configure the extension - you are good to GO!
Furthermore, the extension keeps a log of your latest 5 requested items, so you can easily navigate to these.
VSTS GO gathers anonymous usage statistics via Google Analytics, for better error reporting and optimization.




## Release 1.5
- Changed Google Analytics to Chrome Platform Analytics
- Analytics now tracks errors
- Fixed Styling of invalid ID error message

## Release 1.4
- You can now see the latest 5 items you navigated to, and go back.
- Fresh UI

https://goo.gl/8U6Vqg                    

एक्सटेंशन की मूल जानकारी

नाम VSTS GO VSTS GO
ID hknmeabkjlgbohdkhhjifocdbgcccdnj
आधिकारिक URL https://chromewebstore.google.com/detail/vsts-go/hknmeabkjlgbohdkhhjifocdbgcccdnj
विवरण This extension will send you to a specific workitem in your VSTS, given the id
फ़ाइल का आकार 57.49 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2017-08-10
प्रकाशन तिथि 2017-08-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Aero
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VSTS GO",
    "short_name": "VSTS GO",
    "description": "This extension will send you to a specific workitem in your VSTS, given the id",
    "version": "1.5.1",
    "icons": {
        "128": "VSTS-GO.png"
    },
    "browser_action": {
        "default_icon": "VSTS-GO.png",
        "default_title": "VSTS GO",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}