Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

O que é Elements - Preview?

Elements - Preview é uma extensão do Chrome desenvolvida por Elements, e sua principal característica é "Adds personalization and overview to Visual Studio Online and TFS 2013".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Elements - Preview

Baixe arquivos de extensão Elements - Preview no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
URL Oficial https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Descrição Adds personalization and overview to Visual Studio Online and TFS 2013
Tamanho do Arquivo 3.5 KB
Contagem de Instalações 75
Versão Atual 0.11.0.106
Última Atualização 2014-11-21
Data de Publicação 2014-11-21
Desenvolvedor Elements
Tipo de Pagamento free
Site da Extensão http://elementsvsx.wordpress.com/
Idiomas Suportados 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"
        }
    ]
}