Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Hvad er Elements - Preview?
Elements - Preview er en Chrome-udvidelse udviklet af Elements, og dens hovedfunktion er "Adds personalization and overview to Visual Studio Online and TFS 2013".
Udvidelsesskærmbilleder
Download Elements - Preview-udvidelses-CRX-fil
Download Elements - Preview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        - 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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | jjpconebdoaidimneaglkhhmegfnpjjh | 
| Officiel URL | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh | 
| Beskrivelse | Adds personalization and overview to Visual Studio Online and TFS 2013 | 
| Filstørrelse | 3.5 KB | 
| Antal Installationer | 75 | 
| Nuværende Version | 0.11.0.106 | 
| Senest Opdateret | 2014-11-21 | 
| Udgivelsesdato | 2014-11-21 | 
| Udvikler | Elements | 
| Betalingsmetode | free | 
| Udvidelseswebsted | http://elementsvsx.wordpress.com/ | 
| Understøttede Sprog | 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"
        }
    ]
}  |  |