Redmine Time Tracker
Plugin to track your work time (works with chrome closed) and manage it.
Redmine Time Trackerคืออะไร?
Redmine Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matheusmmcs และคุณลักษณะหลักของมันคือ "Plugin to track your work time (works with chrome closed) and manage it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redmine Time Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Redmine Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Redmine Task Timer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redmine Time Tracker |
ID | kofohpbnioeihonedeofiompgloghehe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe |
คำอธิบาย | Plugin to track your work time (works with chrome closed) and manage it. |
ขนาดไฟล์ | 265 KB |
จำนวนการติดตั้ง | 159 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2014-07-03 |
วันที่เผยแพร่ | 2014-07-03 |
คะแนน | 3.33/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | matheusmmcs |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redmine Time Tracker", "version": "0.2.4", "description": "Plugin to track your work time (works with chrome closed) and manage it.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js" ] } ], "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "background": { "scripts": [ "js\/jquery.js", "js\/utils.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "RedmineTimeTracker", "default_popup": "templates\/popup.html" }, "web_accessible_resources": [ "js\/jquery.min.map", "js\/jquery.calendario.redmine.js", "css\/calendario-redmine.css", "fonts\/glyphicons-halflings-regular.svg", "fonts\/glyphicons-halflings-regular.eot", "fonts\/glyphicons-halflings-regular.ttf", "fonts\/glyphicons-halflings-regular.woff" ], "manifest_version": 2 } |