Convenient Redmine
Add several convenient fuctions to redmine pages.
Convenient Redmineคืออะไร?
Convenient Redmine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gilchris และคุณลักษณะหลักของมันคือ "Add several convenient fuctions to redmine pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convenient Redmine
ดาวน์โหลดไฟล์ส่วนขยาย Convenient Redmine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
chrome extension for adding advantages of redmine Features - Issue list coloring - Display detail time on detail issue view - Emphasis my assigned issue - Show attachment images with layer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Convenient Redmine |
ID | cebgldbppceblpomepllpcmmebbmfcko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko |
คำอธิบาย | Add several convenient fuctions to redmine pages. |
ขนาดไฟล์ | 52.31 KB |
จำนวนการติดตั้ง | 245 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2020-02-11 |
วันที่เผยแพร่ | 2020-02-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | gilchris |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.4", "manifest_version": 2, "author": "gilchris", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "storage", "webNavigation", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "default_option.js", "main.js" ], "persistent": false } } |