Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Jira Timesheet for Google Chromeとは何ですか?
Jira Timesheet for Google ChromeはDyeison Carraroによって開発されたChromeの拡張機能で、その主な機能は「Gets the worklogs from the project, filter and group them by user and generate a weekly report.」です。
拡張機能のスクリーンショット
Jira Timesheet for Google Chrome拡張機能のCRXファイルをダウンロード
Jira Timesheet for Google Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
公式URL | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
説明 | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
ファイルサイズ | 213 KB |
インストール数 | 378 |
現在のバージョン | 0.4 |
最終更新日 | 2015-11-04 |
公開日 | 2015-11-04 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | Dyeison Carraro |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Timesheet for Google Chrome", "short_name": "Jira-TimeSheet", "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.", "version": "0.4", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Jira Timesheet", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |