RedmineMe
Redmine notifications extension for Chrome
RedmineMeคืออะไร?
RedmineMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mehmatovec และคุณลักษณะหลักของมันคือ "Redmine notifications extension for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RedmineMe
ดาวน์โหลดไฟล์ส่วนขยาย RedmineMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RedmineMe is a notifications extension for Redmine. RedmineMe checks out changes from issues 1 time per 10 minutes and, if they are, saves them and shows in the feed. 3 separated tabs: assigned to me, watching, created by me. Multiple options: customizing time to keep notifications, colour of priorities, query IDs for direct links to the list of assigned or created issues, etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RedmineMe |
ID | mceflfpebnglbjmpfdciekljibefhlde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redmineme/mceflfpebnglbjmpfdciekljibefhlde |
คำอธิบาย | Redmine notifications extension for Chrome |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-02-11 |
วันที่เผยแพร่ | 2014-02-11 |
ผู้พัฒนา | mehmatovec |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RedmineMe", "version": "1.0.2", "description": "Redmine notifications extension for Chrome", "icons": { "16": "img\/logo\/16x16.png", "48": "img\/logo\/48x48.png", "128": "img\/logo\/128x128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "RedmineMe", "default_icon": "img\/logo\/48x48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" } } |