Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Co je Elements - Preview?

Elements - Preview je rozšíření Chrome vyvinuté Elements, a jeho hlavní funkcí je „Adds personalization and overview to Visual Studio Online and TFS 2013“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Elements - Preview

Stáhněte si soubory rozšíření Elements - Preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
Oficiální URL https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Popis Adds personalization and overview to Visual Studio Online and TFS 2013
Velikost souboru 3.5 KB
Počet instalací 75
Aktuální Verze 0.11.0.106
Poslední Aktualizace 2014-11-21
Datum Vydání 2014-11-21
Vývojář Elements
Typ Platby free
Webové stránky Rozšíření http://elementsvsx.wordpress.com/
Podporované Jazyky 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"
        }
    ]
}