Redmine Issue Assigned Auto Complete
You can select the person in charge for Redmine with auto complete.
Redmine Issue Assigned Auto Complete란 무엇입니까?
Redmine Issue Assigned Auto Complete은(는) https://yuji0602.hatenablog.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can select the person in charge for Redmine with auto complete."입니다.
확장 프로그램 스크린샷
Redmine Issue Assigned Auto Complete 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Redmineで担当者を選択する時、メンバー数が多いと選ぶのに時間がかかってしまうので文字を入力したらauto completeでメンバーを絞りこめる拡張機能となります。 チケット追加の時と、チケットを更新する時に有効となります。 --- Version 1.0.3 * 変更: ロゴを変更 --- Version 1.0.2 * 変更: 軽微な修正 --- Version 1.0.1 * 変更: 画像アイコンのリンクを修正
확장 프로그램 기본 정보
이름 | Redmine Issue Assigned Auto Complete |
ID | gpjfkokdifpdhedmpciiihefkcaddpla |
공식 URL | https://chromewebstore.google.com/detail/redmine-issue-assigned-au/gpjfkokdifpdhedmpciiihefkcaddpla |
설명 | You can select the person in charge for Redmine with auto complete. |
파일 크기 | 19.61 KB |
설치 횟수 | 278 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2018-03-14 |
출시 날짜 | 2018-03-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://yuji0602.hatenablog.jp |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redmine Issue Assigned Auto Complete", "version": "1.0.3", "manifest_version": 2, "description": "You can select the person in charge for Redmine with auto complete.", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*\/issues\/*", "*:\/\/*\/projects\/*\/issues\/new" ], "css": [ "setup.css" ], "js": [ "background.js", "setup.js" ] } ] } |