Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Vad är Elements - Preview?
Elements - Preview är en Chrome-tillägg utvecklad av Elements, och dess huvudfunktion är "Adds personalization and overview to Visual Studio Online and TFS 2013".
Tilläggsskärmbilder
Ladda ner Elements - Preview-förlängningens CRX-fil
Ladda ner Elements - Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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äggande Information om Tillägg
| Namn | |
| ID | jjpconebdoaidimneaglkhhmegfnpjjh |
| Officiell webbadress | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh |
| Beskrivning | Adds personalization and overview to Visual Studio Online and TFS 2013 |
| Filstorlek | 3.5 KB |
| Antal Installationer | 75 |
| Aktuell Version | 0.11.0.106 |
| Senast Uppdaterad | 2014-11-21 |
| Publiceringsdatum | 2014-11-21 |
| Utvecklare | Elements |
| Betalningssätt | free |
| Tilläggswebbplats | http://elementsvsx.wordpress.com/ |
| Stödda Språk | 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"
}
]
} | |