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