Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Что такое Elements - Preview?
Elements - Preview - это расширение Chrome, разработанное Elements, и его основная функция - "Adds personalization and overview to Visual Studio Online and TFS 2013".
Снимки экрана расширения
Скачать файл CRX расширения Elements - Preview
Скачайте файлы расширений Elements - Preview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        - 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.                     Основная информация о расширении
| Название |   |  
| ID | jjpconebdoaidimneaglkhhmegfnpjjh | 
| Официальный URL | https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh | 
| Описание | Adds personalization and overview to Visual Studio Online and TFS 2013 | 
| Размер файла | 3.5 KB | 
| Количество установок | 75 | 
| Текущая Версия | 0.11.0.106 | 
| Последнее Обновление | 2014-11-21 | 
| Дата публикации | 2014-11-21 | 
| Разработчик | Elements | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://elementsvsx.wordpress.com/ | 
| Поддерживаемые языки | 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"
        }
    ]
}  |  |