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 |
| Eメール | [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:\/\/*\/*"
]
} | |