Redmine Issue Assigned Auto Complete

You can select the person in charge for Redmine with auto complete.

What is Redmine Issue Assigned Auto Complete?

Redmine Issue Assigned Auto Complete is a Chrome extension developed by https://yuji0602.hatenablog.jp, and its main feature is "You can select the person in charge for Redmine with auto complete.".

Extension Screenshots

screenshot

Download Redmine Issue Assigned Auto Complete Extension CRX File

Download Redmine Issue Assigned Auto Complete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

Extension Basic Information

Name Redmine Issue Assigned Auto Complete Redmine Issue Assigned Auto Complete
ID gpjfkokdifpdhedmpciiihefkcaddpla
Official URL https://chromewebstore.google.com/detail/redmine-issue-assigned-au/gpjfkokdifpdhedmpciiihefkcaddpla
Description You can select the person in charge for Redmine with auto complete.
File Size 19.61 KB
Installation Count 278
Current Version 1.0.3
Last Updated 2018-03-14
Publish Date 2018-03-13
Rating 5.00/5 Total 1 Ratings
Developer https://yuji0602.hatenablog.jp
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}