JIRA Time Tracker Plus
Tracks and logs your work in JIRA.
JIRA Time Tracker Plusとは何ですか?
JIRA Time Tracker PlusはArjay Labadanによって開発されたChromeの拡張機能で、その主な機能は「Tracks and logs your work in JIRA.」です。
拡張機能のスクリーンショット
JIRA Time Tracker Plus拡張機能のCRXファイルをダウンロード
JIRA Time Tracker Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Jira Time Tracker Plus Chrome Extension Features 1. Easily time track and log your work in Jira. 2. 2 display types: Project - display all non-DONE issues of a project. Issue - display all sub-task of any issue type. 3. Switch between projects or issues easily. https://github.com/jayjaydluffy/jira-time-tracker-plus
拡張機能の基本情報
名前 | JIRA Time Tracker Plus |
ID | apefmidcficpmimeniaallpkjlnhnicb |
公式URL | https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb |
説明 | Tracks and logs your work in JIRA. |
ファイルサイズ | 175 KB |
インストール数 | 345 |
現在のバージョン | 1.0.0 |
最終更新日 | 2017-12-09 |
公開日 | 2017-12-09 |
開発者 | Arjay Labadan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jayjaydluffy/jira-time-tracker-plus |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "popup.html" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "description": "Tracks and logs your work in JIRA.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png" }, "manifest_version": 2, "name": "JIRA Time Tracker Plus", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", "storage", " |