Jira Improved
Improved Jira Agile boards!
Jira Improved란 무엇입니까?
Jira Improved은(는) Dylan Greene에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improved Jira Agile boards!"입니다.
확장 프로그램 스크린샷
Jira Improved 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Improves the Agile and Kanban boards! - Filter the tickets! (Keyboard shortcut: F) - Epic name in issue cards. - Show each pull requests in the card. - Each github icon links to the pull request. - Closed pull requests highlight green (done). Broken urls are inverted colors. - Much more!! (the screenshots are out of date). I ask for permission for "all sites" because I don't know which site you use for JIra. It only runs on pages that have the Jira Agile board view. This plugin is open source. https://github.com/dylang/jira-improved This is a third-party plugin. Not created or supported by Atlassian.
확장 프로그램 기본 정보
이름 | Jira Improved |
ID | mdfbpeoaadkecmpingophakekbicinip |
공식 URL | https://chromewebstore.google.com/detail/jira-improved/mdfbpeoaadkecmpingophakekbicinip |
설명 | Improved Jira Agile boards! |
파일 크기 | 99.65 KB |
설치 횟수 | 445 |
현재 버전 | 2.0.8 |
최근 업데이트 | 2016-05-03 |
출시 날짜 | 2016-05-03 |
평점 | 3.78/5 총 9 개의 평점 |
개발자 | Dylan Greene |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.8", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Jira Improved", "default_popup": "views\/popup.html" }, "options_page": "views\/options.html", "omnibox": { "keyword": "Jira Improved" }, "content_scripts": [ { "matches": [ "https:\/\/*\/secure\/RapidBoard.jspa*", "https:\/\/*\/jira\/secure\/RapidBoard.jspa*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "images\/*.png", "css\/*.css", "js\/dist\/*.js" ] } |