RedmineTimer
Controle e salve os tempos gastos em suas tarefas no Redmine.
What is RedmineTimer?
RedmineTimer is a Chrome extension developed by DigitalDesk, and its main feature is "Controle e salve os tempos gastos em suas tarefas no Redmine.".
Extension Screenshots
Download RedmineTimer Extension CRX File
Download RedmineTimer 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
- 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.
Extension Basic Information
Name | |
ID | nlllmgmcchcienchdiljcimcjgflhklg |
Official URL | https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg |
Description | Controle e salve os tempos gastos em suas tarefas no Redmine. |
File Size | 130 KB |
Installation Count | 119 |
Current Version | 1.2 |
Last Updated | 2018-07-19 |
Publish Date | 2018-07-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | DigitalDesk |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |