Elements - Preview
Adds personalization and overview to Visual Studio Online and TFS 2013
Elements - Preview란 무엇입니까?
Elements - Preview은(는) Elements에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds personalization and overview to Visual Studio Online and TFS 2013"입니다.
확장 프로그램 스크린샷
Elements - Preview 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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.
확장 프로그램 기본 정보
이름 | Elements - Preview |
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" } ] } |