Redmine Time Tracking
Start-stop timer for Redmine
Co je Redmine Time Tracking?
Redmine Time Tracking je rozšíření Chrome vyvinuté CrawlerCode, a jeho hlavní funkcí je „Start-stop timer for Redmine“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Redmine Time Tracking
Stáhněte si soubory rozšíření Redmine Time Tracking ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
# 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)
Základní Informace o Rozšíření
Název | Redmine Time Tracking |
ID | ldcanhhkffokndenejhafhlkapflgcjg |
Oficiální URL | https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg |
Popis | Start-stop timer for Redmine |
Velikost souboru | 274 KB |
Počet instalací | 449 |
Aktuální Verze | 1.15.1 |
Poslední Aktualizace | 2024-02-18 |
Datum Vydání | 2023-05-03 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | CrawlerCode |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/CrawlerCode/redmine-time-tracking |
URL Stránky Nápovědy | https://github.com/CrawlerCode/redmine-time-tracking/issues |
Podporované Jazyky | 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:\/\/*\/*" ] } |