RedmineTimer
Controle e salve os tempos gastos em suas tarefas no Redmine.
什么是RedmineTimer?
RedmineTimer是由DigitalDesk开发的Chrome扩展程序,该扩展的主要功能是“Controle e salve os tempos gastos em suas tarefas no Redmine.”。
扩展截图
下载RedmineTimer扩展crx文件
下载RedmineTimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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.
扩展基本信息
名称 | |
ID | nlllmgmcchcienchdiljcimcjgflhklg |
官方URL | https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg |
简介 | Controle e salve os tempos gastos em suas tarefas no Redmine. |
文件大小 | 130 KB |
安装次数 | 119 |
当前版本 | 1.2 |
更新时间 | 2018-07-19 |
上架时间 | 2018-07-19 |
评分 | 5.00/5 共2次评分 |
开发者 | DigitalDesk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |