RedmineTimer
Controle e salve os tempos gastos em suas tarefas no Redmine.
Was ist RedmineTimer?
RedmineTimer ist eine Chrome-Erweiterung, die von DigitalDesk entwickelt wurde, und ihr Hauptmerkmal ist "Controle e salve os tempos gastos em suas tarefas no Redmine.".
Erweiterungsscreenshots
RedmineTimer-Erweiterungs-CRX-Datei herunterladen
Laden Sie RedmineTimer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nlllmgmcchcienchdiljcimcjgflhklg |
| Offizielle URL | https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg |
| Beschreibung | Controle e salve os tempos gastos em suas tarefas no Redmine. |
| Dateigröße | 130 KB |
| Installationsanzahl | 119 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2018-07-19 |
| Veröffentlichungsdatum | 2018-07-19 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | DigitalDesk |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |