Backlog Issue Template
課題追加時にテンプレを挿入できるようにします
Backlog Issue Template란 무엇입니까?
Backlog Issue Template은(는) https://develtips.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "課題追加時にテンプレを挿入できるようにします"입니다.
확장 프로그램 스크린샷
Backlog Issue Template 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
これは、Backlogの課題テンプレート機能を提供する唯一の拡張機能です。 インストールしたら、始めに「Backlogスペースキー」「あなたのAPIキー」「テンプレートの課題」を設定してください。 新しい課題を追加すと、自動的に貴方が指定したテンプレートが挿入されます。 This is the only extension that provides issue template of Backlog. Set the "Backlog space key", "Your API Key", "Issue ID for template" at the beginning. When you add a new issue, the template you specified will be inserted automatically.
확장 프로그램 기본 정보
이름 | Backlog Issue Template |
ID | aljbdflicanhipbfgioikcaboplcdbdj |
공식 URL | https://chromewebstore.google.com/detail/backlog-issue-template/aljbdflicanhipbfgioikcaboplcdbdj |
설명 | 課題追加時にテンプレを挿入できるようにします |
파일 크기 | 35.56 KB |
설치 횟수 | 90 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2016-08-11 |
출시 날짜 | 2016-08-10 |
개발자 | https://develtips.com |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backlog Issue Template", "version": "0.1.0", "manifest_version": 2, "description": "\u8ab2\u984c\u8ffd\u52a0\u6642\u306b\u30c6\u30f3\u30d7\u30ec\u3092\u633f\u5165\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059", "permissions": [ "storage", "https:\/\/*.backlog.jp\/api\/v2\/*" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.backlog.jp\/add\/*" ], "js": [ "jquery-3.1.0.min.js", "run.js" ], "run_at": "document_idle" } ] } |