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 |
官方網址 | 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 |
電子郵箱 | [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", " |