Azure DevOps Tracker
Track your favourite Azure DevOps work items.
Azure DevOps Tracker란 무엇입니까?
Azure DevOps Tracker은(는) Mo Jiwa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your favourite Azure DevOps work items."입니다.
확장 프로그램 스크린샷
Azure DevOps Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows the user to navigate to and track Azure DevOps work items based on their ID. The tracking of items also allows the user to be able to see related child and parent items by expanding on a tracked node. Tracked items are persisted and synced across your profiles. This is an excellent tool for monitoring the most important work items to you, or for managing work items - giving you a clear overview of each item, its state and current progress - as well as who is assigned to it.
확장 프로그램 기본 정보
이름 | Azure DevOps Tracker |
ID | pofdeeafbmacahfijoccmnkkakogieec |
공식 URL | https://chromewebstore.google.com/detail/azure-devops-tracker/pofdeeafbmacahfijoccmnkkakogieec |
설명 | Track your favourite Azure DevOps work items. |
파일 크기 | 360 KB |
설치 횟수 | 76 |
현재 버전 | 1.83 |
최근 업데이트 | 2021-04-01 |
출시 날짜 | 2021-04-01 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Mo Jiwa |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mojiwa.com |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Azure DevOps Tracker", "options_page": "options.html", "version": "1.83", "description": "Track your favourite Azure DevOps work items.", "short_name": "Azure DevOps Tracker", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Track your work items", "default_popup": "tfs_tracker.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "background": { "persistend": false, "scripts": [ "main.js", "tailwindcss.css", "custom.css", "options.js" ] } } } |