Redmine Time Tracking
Start-stop timer for Redmine
¿Qué es Redmine Time Tracking?
Redmine Time Tracking es una extensión de Chrome desarrollada por CrawlerCode, y su función principal es "Start-stop timer for Redmine".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Redmine Time Tracking
Descarga archivos de extensión Redmine Time Tracking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
# 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)
Información Básica de la Extensión
Nombre | Redmine Time Tracking |
ID | ldcanhhkffokndenejhafhlkapflgcjg |
URL Oficial | https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg |
Descripción | Start-stop timer for Redmine |
Tamaño del Archivo | 274 KB |
Cantidad de Instalaciones | 449 |
Versión Actual | 1.15.1 |
Última Actualización | 2024-02-18 |
Fecha de Publicación | 2023-05-03 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | CrawlerCode |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/CrawlerCode/redmine-time-tracking |
URL de la Página de Ayuda | https://github.com/CrawlerCode/redmine-time-tracking/issues |
Idiomas Soportados | 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:\/\/*\/*" ] } |