Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Qu'est-ce que Elements - Preview ?

Elements - Preview est une extension Chrome développée par Elements, et sa fonction principale est "Adds personalization and overview to Visual Studio Online and TFS 2013".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Elements - Preview

Téléchargez les fichiers d'extension Elements - Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
URL Officiel https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Description Adds personalization and overview to Visual Studio Online and TFS 2013
Taille du Fichier 3.5 KB
Nombre d'Installations 75
Version Actuelle 0.11.0.106
Dernière Mise à Jour 2014-11-21
Date de Publication 2014-11-21
Développeur Elements
Type de Paiement free
Site Web de l'Extension http://elementsvsx.wordpress.com/
Langues Prises en Charge 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"
        }
    ]
}