Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Elements - Preview क्या है?

Elements - Preview Elements द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds personalization and overview to Visual Studio Online and TFS 2013"।

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

screenshot
screenshot
screenshot

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

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

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

                        - Get a tiled dashboard of all your work across all projects and project collections. The automatic update functionality ensures the information is up-to-date.

- Display My Favorites on project home page. This allows you to personalize your own project dashboard and not have to share Pinned Items with the entire team.

- Add charts to My Favorites.                    

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

नाम Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
आधिकारिक URL https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
विवरण Adds personalization and overview to Visual Studio Online and TFS 2013
फ़ाइल का आकार 3.5 KB
स्थापना संख्या 75
वर्तमान संस्करण 0.11.0.106
अंतिम अपडेट 2014-11-21
प्रकाशन तिथि 2014-11-21
डेवलपर Elements
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://elementsvsx.wordpress.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elements - Preview",
    "description": "Adds personalization and overview to Visual Studio Online and TFS 2013",
    "version": "0.11.0.106",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}