RedmineTimer
Controle e salve os tempos gastos em suas tarefas no Redmine.
Wat is RedmineTimer?
RedmineTimer is een Chrome-extensie ontwikkeld door DigitalDesk, en de belangrijkste functie is "Controle e salve os tempos gastos em suas tarefas no Redmine.".
Extensie Screenshots
Download het CRX-bestand van de extensie RedmineTimer
Download RedmineTimer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Controle e salve os tempos gastos em suas tarefas no Redmine. - Inicie ou pause um timer utilizando a tecla 'ESPAÇO'. - Feche a popup utilizando a tecla 'ESC'. Novidades: - Programe uma ou mais horas do dia para parar seus timers.
Basisinformatie over de Extensie
Naam | |
ID | nlllmgmcchcienchdiljcimcjgflhklg |
Officiële URL | https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg |
Beschrijving | Controle e salve os tempos gastos em suas tarefas no Redmine. |
Bestandsgrootte | 130 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-07-19 |
Publicatiedatum | 2018-07-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | DigitalDesk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RedmineTimer", "description": "Controle e salve os tempos gastos em suas tarefas no Redmine.", "version": "1.2", "permissions": [ "background", "tabs", "notifications" ], "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "html\/index.html" }, "background": { "page": "html\/background.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "offline_enabled": true } |