Redmine Issue Assigned Auto Complete

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

Cos'è Redmine Issue Assigned Auto Complete?

Redmine Issue Assigned Auto Complete è un'estensione di Chrome sviluppata da https://yuji0602.hatenablog.jp, e la sua funzione principale è "You can select the person in charge for Redmine with auto complete.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Redmine Issue Assigned Auto Complete

Scarica i file di estensione Redmine Issue Assigned Auto Complete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

Informazioni di Base sull'Estensione

Nome Redmine Issue Assigned Auto Complete Redmine Issue Assigned Auto Complete
ID gpjfkokdifpdhedmpciiihefkcaddpla
URL Ufficiale https://chromewebstore.google.com/detail/redmine-issue-assigned-au/gpjfkokdifpdhedmpciiihefkcaddpla
Descrizione You can select the person in charge for Redmine with auto complete.
Dimensione del File 19.61 KB
Conteggio Installazioni 278
Versione Corrente 1.0.3
Ultimo Aggiornamento 2018-03-14
Data di Pubblicazione 2018-03-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://yuji0602.hatenablog.jp
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}