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文件
下載Redmine Issue Assigned Auto Complete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Redmineで担当者を選択する時、メンバー数が多いと選ぶのに時間がかかってしまうので文字を入力したらauto completeでメンバーを絞りこめる拡張機能となります。
チケット追加の時と、チケットを更新する時に有効となります。
--- Version 1.0.3
* 変更: ロゴを変更
--- Version 1.0.2
* 変更: 軽微な修正
--- Version 1.0.1
* 変更: 画像アイコンのリンクを修正 擴展基本資訊
| 名稱 | |
| ID | gpjfkokdifpdhedmpciiihefkcaddpla |
| 官方網址 | 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"
]
}
]
} | |