Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Was ist Elements - Preview?

Elements - Preview ist eine Chrome-Erweiterung, die von Elements entwickelt wurde, und ihr Hauptmerkmal ist "Adds personalization and overview to Visual Studio Online and TFS 2013".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Elements - Preview-Erweiterungs-CRX-Datei herunterladen

Laden Sie Elements - Preview-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
Offizielle URL https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Beschreibung Adds personalization and overview to Visual Studio Online and TFS 2013
Dateigröße 3.5 KB
Installationsanzahl 75
Aktuelle Version 0.11.0.106
Letztes Update 2014-11-21
Veröffentlichungsdatum 2014-11-21
Entwickler Elements
Zahlungsart free
Erweiterungswebsite http://elementsvsx.wordpress.com/
Unterstützte Sprachen 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"
        }
    ]
}