Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Wat is Elements - Preview?
Elements - Preview is een Chrome-extensie ontwikkeld door Elements, en de belangrijkste functie is "Adds personalization and overview to Visual Studio Online and TFS 2013".
Extensie Screenshots
Download het CRX-bestand van de extensie Elements - Preview
Download Elements - Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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.
Basisinformatie over de Extensie
Naam | Elements - Preview |
ID | jjpconebdoaidimneaglkhhmegfnpjjh |
Officiële URL | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh |
Beschrijving | Adds personalization and overview to Visual Studio Online and TFS 2013 |
Bestandsgrootte | 3.5 KB |
Aantal Installaties | 75 |
Huidige Versie | 0.11.0.106 |
Laatst Bijgewerkt | 2014-11-21 |
Publicatiedatum | 2014-11-21 |
Ontwikkelaar | Elements |
Betalingswijze | free |
Extensiewebsite | http://elementsvsx.wordpress.com/ |
Ondersteunde Talen | 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" } ] } |