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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redmine Issue Assigned Auto Complete
قم بتنزيل ملفات الامتداد Redmine Issue Assigned Auto Complete بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Redmineで担当者を選択する時、メンバー数が多いと選ぶのに時間がかかってしまうので文字を入力したらauto completeでメンバーを絞りこめる拡張機能となります。 チケット追加の時と、チケットを更新する時に有効となります。 --- Version 1.0.3 * 変更: ロゴを変更 --- Version 1.0.2 * 変更: 軽微な修正 --- Version 1.0.1 * 変更: 画像アイコンのリンクを修正
معلومات أساسية عن التمديد
الاسم | 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" ] } ] } |