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.」です。

拡張機能のスクリーンショット

screenshot

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
* 変更: 画像アイコンのリンクを修正                    

拡張機能の基本情報

名前 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"
            ]
        }
    ]
}