Redmine Time Tracking
Start-stop timer for Redmine
What is Redmine Time Tracking?
Redmine Time Tracking is a Chrome extension developed by CrawlerCode, and its main feature is "Start-stop timer for Redmine".
Extension Screenshots
Download Redmine Time Tracking Extension CRX File
Download Redmine Time Tracking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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)
Extension Basic Information
Name | Redmine Time Tracking |
ID | ldcanhhkffokndenejhafhlkapflgcjg |
Official URL | https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg |
Description | Start-stop timer for Redmine |
File Size | 274 KB |
Installation Count | 449 |
Current Version | 1.15.1 |
Last Updated | 2024-02-18 |
Publish Date | 2023-05-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | CrawlerCode |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/CrawlerCode/redmine-time-tracking |
Help Page URL | https://github.com/CrawlerCode/redmine-time-tracking/issues |
Supported Languages | 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:\/\/*\/*" ] } |