Redmine Time Tracking
Start-stop timer for Redmine
什麼是Redmine Time Tracking?
Redmine Time Tracking是由CrawlerCode開發的Chrome擴展程式,該擴展的主要功能是“Start-stop timer for Redmine”。
擴展截圖
下載Redmine Time Tracking擴展crx文件
下載Redmine Time Tracking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
# Features
- View all your assigned Redmine issues
- Filter issues by projects
- Group issues by target version
- Search for issues (press `CTRL` + `K` or `CTRL` + `F`)
- Start and stop the timer for your current tasks
- Create entry for time spent in Redmine issue
- Create time spent entries for other users
- Update done ratio
- Round timer to nearest 15 min
- Edit timer (double-click)
- Pin and unpin issue
- Remember and forget issue (not assigned to you)
- View time entries overview
- Multiple languages
- Dark & light mode (system default)
# Feedback
https://github.com/CrawlerCode/redmine-time-tracking/discussions/1
# Credits
Logo is Copyright (C) 2009 Martin Herr and is licensed under Creative Commons (https://www.redmine.org/projects/redmine/wiki/logo) 擴展基本資訊
| 名稱 | |
| ID | ldcanhhkffokndenejhafhlkapflgcjg |
| 官方網址 | https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg |
| 簡介 | Start-stop timer for Redmine |
| 檔案大小 | 274 KB |
| 安裝次數 | 449 |
| 目前版本 | 1.15.1 |
| 更新時間 | 2024-02-18 |
| 上架時間 | 2023-05-03 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | CrawlerCode |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/CrawlerCode/redmine-time-tracking |
| 說明頁面URL | https://github.com/CrawlerCode/redmine-time-tracking/issues |
| 支援的語言 | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.15.1",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/CrawlerCode\/redmine-time-tracking",
"action": {
"default_title": "__MSG_extName__",
"default_popup": "index.html?location=popup"
},
"options_ui": {
"page": "index.html?location=options#\/settings",
"open_in_tab": false
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |