Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

¿Qué es Elements - Preview?

Elements - Preview es una extensión de Chrome desarrollada por Elements, y su función principal es "Adds personalization and overview to Visual Studio Online and TFS 2013".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Elements - Preview

Descarga archivos de extensión Elements - Preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
URL Oficial https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Descripción Adds personalization and overview to Visual Studio Online and TFS 2013
Tamaño del Archivo 3.5 KB
Cantidad de Instalaciones 75
Versión Actual 0.11.0.106
Última Actualización 2014-11-21
Fecha de Publicación 2014-11-21
Desarrollador Elements
Tipo de Pago free
Sitio Web de la Extensión http://elementsvsx.wordpress.com/
Idiomas Soportados 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"
        }
    ]
}