Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
What is Elements - Preview?
Elements - Preview is a Chrome extension developed by Elements, and its main feature is "Adds personalization and overview to Visual Studio Online and TFS 2013".
Extension Screenshots
Download Elements - Preview Extension CRX File
Download Elements - Preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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. Extension Basic Information
| Name | |
| ID | jjpconebdoaidimneaglkhhmegfnpjjh |
| Official URL | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh |
| Description | Adds personalization and overview to Visual Studio Online and TFS 2013 |
| File Size | 3.5 KB |
| Installation Count | 75 |
| Current Version | 0.11.0.106 |
| Last Updated | 2014-11-21 |
| Publish Date | 2014-11-21 |
| Developer | Elements |
| Payment Type | free |
| Extension Website | http://elementsvsx.wordpress.com/ |
| Supported Languages | 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"
}
]
} | |