RedmineTimer

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

Apa itu RedmineTimer?

RedmineTimer adalah ekstensi Chrome yang dikembangkan oleh DigitalDesk, dan fitur utamanya adalah "Controle e salve os tempos gastos em suas tarefas no Redmine.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi RedmineTimer

Unduh file ekstensi RedmineTimer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama RedmineTimer RedmineTimer
ID nlllmgmcchcienchdiljcimcjgflhklg
URL Resmi https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg
Deskripsi Controle e salve os tempos gastos em suas tarefas no Redmine.
Ukuran File 130 KB
Jumlah Instalasi 119
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-07-19
Tanggal Publikasi 2018-07-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang DigitalDesk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}