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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yuji0602.hatenablog.jp และคุณลักษณะหลักของมันคือ "You can select the person in charge for Redmine with auto complete."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redmine Issue Assigned Auto Complete

ดาวน์โหลดไฟล์ส่วนขยาย Redmine Issue Assigned Auto Complete ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Redmineで担当者を選択する時、メンバー数が多いと選ぶのに時間がかかってしまうので文字を入力したらauto completeでメンバーを絞りこめる拡張機能となります。
チケット追加の時と、チケットを更新する時に有効となります。

--- Version 1.0.3
* 変更: ロゴを変更

--- Version 1.0.2
* 変更: 軽微な修正

--- Version 1.0.1
* 変更: 画像アイコンのリンクを修正                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redmine Issue Assigned Auto Complete 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"
            ]
        }
    ]
}