RedmineTimer

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

RedmineTimer là gì?

RedmineTimer là một tiện ích mở rộng Chrome được phát triển bởi DigitalDesk, và tính năng chính của nó là "Controle e salve os tempos gastos em suas tarefas no Redmine.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RedmineTimer

Tải xuống các tệp mở rộng RedmineTimer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RedmineTimer RedmineTimer
ID nlllmgmcchcienchdiljcimcjgflhklg
URL Chính Thức https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg
Mô tả Controle e salve os tempos gastos em suas tarefas no Redmine.
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-07-19
Ngày Phát Hành 2018-07-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển DigitalDesk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}