Backlog Issue Template
課題追加時にテンプレを挿入できるようにします
Backlog Issue Templateคืออะไร?
Backlog Issue Template เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://develtips.com และคุณลักษณะหลักของมันคือ "課題追加時にテンプレを挿入できるようにします"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backlog Issue Template
ดาวน์โหลดไฟล์ส่วนขยาย Backlog Issue Template ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
これは、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" } ] } |