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 |
| 官方URL | 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:\/\/*\/*"
]
} | |