RedmineTimer

Controle e salve os tempos gastos em suas tarefas no Redmine.

Co to jest RedmineTimer?

RedmineTimer to rozszerzenie Chrome opracowane przez DigitalDesk, a jego główną funkcją jest „Controle e salve os tempos gastos em suas tarefas no Redmine.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RedmineTimer

Pobierz pliki rozszerzeń RedmineTimer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa RedmineTimer RedmineTimer
ID nlllmgmcchcienchdiljcimcjgflhklg
Oficjalny URL https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg
Opis Controle e salve os tempos gastos em suas tarefas no Redmine.
Rozmiar pliku 130 KB
Liczba instalacji 119
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-07-19
Data Publikacji 2018-07-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper DigitalDesk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}