Redmine Time Spender
Reduce time spent in Redmine.
Redmine Time Spenderとは何ですか?
Redmine Time Spenderはadrian.deveczによって開発されたChromeの拡張機能で、その主な機能は「Reduce time spent in Redmine.」です。
拡張機能のスクリーンショット
Redmine Time Spender拡張機能のCRXファイルをダウンロード
Redmine Time Spender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Spend less time in Redmine with time tracking.
* no need to login again because your session has expired
* check your time entries with a simple click/hotkey
* change or create a copy of a time entry with the speed of light
Source code on [GitHub] (https://github.com/ZalaPanda/redmine-time-spender) 拡張機能の基本情報
| 名前 | |
| ID | ajgdpnedcfflmknmalhcaenanifgfiop |
| 公式URL | https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop |
| 説明 | Reduce time spent in Redmine. |
| ファイルサイズ | 226 KB |
| インストール数 | 82 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2023-01-12 |
| 公開日 | 2021-10-20 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | adrian.devecz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ZalaPanda/redmine-time-spender |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Redmine Time Spender",
"short_name": "RMTS",
"description": "Reduce time spent in Redmine.",
"homepage_url": "https:\/\/github.com\/ZalaPanda\/redmine-time-spender",
"version": "1.3.1",
"version_name": "1.3.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Redmine Time Spender",
"default_icon": "img\/icon-50.png",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Comma",
"mac": "Command+Comma"
}
}
},
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |