Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Co to jest Elements - Preview?

Elements - Preview to rozszerzenie Chrome opracowane przez Elements, a jego główną funkcją jest „Adds personalization and overview to Visual Studio Online and TFS 2013”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Elements - Preview

Pobierz pliki rozszerzeń Elements - Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
Oficjalny URL https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Opis Adds personalization and overview to Visual Studio Online and TFS 2013
Rozmiar pliku 3.5 KB
Liczba instalacji 75
Aktualna Wersja 0.11.0.106
Ostatnia Aktualizacja 2014-11-21
Data Publikacji 2014-11-21
Deweloper Elements
Typ Płatności free
Strona Rozszerzenia http://elementsvsx.wordpress.com/
Obsługiwane Języki 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"
        }
    ]
}