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 |
Eメール | [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 } |