E.JIRA
This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA
E.JIRA란 무엇입니까?
E.JIRA은(는) Youngpil Yun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA"입니다.
확장 프로그램 스크린샷
E.JIRA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
https://youtu.be/flDruR6Vv5I 이슈를 쉽게 생성하세요. JIRA의 BTS에서 이슈를 생성할때 사용 가능한 확장 프로그램입니다. 요약, 참조자, 설명을 BTS 입력창에 입력한뒤 template을 만들면 입력했던 내용을 나중에 그대로 불러올 수 있습니다. Create Issue easily. When you create issues on JIRA Bug Tracking System, you can use this extension. Fill up BTS input form summary, reference and description and make a template with this extension so you can paste them next time.
확장 프로그램 기본 정보
이름 | |
ID | ijlcjfmbamkgbnbaibmphgkmhikdknkc |
공식 URL | https://chrome.google.com/webstore/detail/ejira/ijlcjfmbamkgbnbaibmphgkmhikdknkc |
설명 | This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA |
파일 크기 | 46.02 KB |
설치 횟수 | 97 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-02-17 |
출시 날짜 | 2019-02-17 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Youngpil Yun |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "E.JIRA", "description": "This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "MacCtrl+Shift+E", "windows": "Ctrl+Shift+E" } } }, "content_scripts": [ { "matches": [ " |