Full-Screen agile board mode for Jira
This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…
Full-Screen agile board mode for Jira란 무엇입니까?
Full-Screen agile board mode for Jira은(는) rui-costa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…"입니다.
확장 프로그램 스크린샷
Full-Screen agile board mode for Jira 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban boards. 📺 Excellent for wall mounted devices With the current JIRA options it is impossible to have a full-screen board taking advantage of all the real estate on your wall mounted device. Simply press the expand button (blue button) that is added to your board, press F11, and voila, full-screen goodness. 💡 Combine with other extensions - Use with Dark Reader to get a Dark mode on you Jira board. - Use with Revolver to show more than 1 Jira board on the same device.
확장 프로그램 기본 정보
이름 | Full-Screen agile board mode for Jira |
ID | abgdodilpdmlbbjdkigghkbgiloinide |
공식 URL | https://chromewebstore.google.com/detail/full-screen-agile-board-m/abgdodilpdmlbbjdkigghkbgiloinide |
설명 | This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban… |
파일 크기 | 10.78 KB |
설치 횟수 | 132 |
현재 버전 | 1.20.622 |
최근 업데이트 | 2020-06-22 |
출시 날짜 | 2020-06-21 |
개발자 | rui-costa |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rui-costa/jira_fullscreen_board |
도움말 페이지 URL | https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAFhIIjx8PRURURMVVU4VzVEVVdWS0RYRUFMSjhOMUxLQS4u |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.20.622", "name": "Full-Screen agile board mode for Jira", "author": "Rui Costa", "homepage_url": "https:\/\/github.com\/rui-costa\/jira_fullscreen_board", "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*" ], "run_at": "document_end", "js": [ "extension.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |