Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Cos'è Elements - Preview?

Elements - Preview è un'estensione di Chrome sviluppata da Elements, e la sua funzione principale è "Adds personalization and overview to Visual Studio Online and TFS 2013".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Elements - Preview

Scarica i file di estensione Elements - Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
URL Ufficiale https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Descrizione Adds personalization and overview to Visual Studio Online and TFS 2013
Dimensione del File 3.5 KB
Conteggio Installazioni 75
Versione Corrente 0.11.0.106
Ultimo Aggiornamento 2014-11-21
Data di Pubblicazione 2014-11-21
Sviluppatore Elements
Tipo di Pagamento free
Sito Web dell'Estensione http://elementsvsx.wordpress.com/
Lingue Supportate 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"
        }
    ]
}