JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
什麼是JIRA Worklog Helper?
JIRA Worklog Helper是由Robert Pate開發的Chrome擴展程式,該擴展的主要功能是“Makes tracking and logging time easy for JIRA users.”。
擴展截圖
下載JIRA Worklog Helper擴展crx文件
下載JIRA Worklog Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again. It fills out the time for you! It can even log work against tickets selected in your agile/greenhopper boards. No authentication necessary and no special permissions needed. Source code at https://github.com/robertpateii/jira-worklog-helper
擴展基本資訊
名稱 | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
官方網址 | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
簡介 | Makes tracking and logging time easy for JIRA users. |
檔案大小 | 56.19 KB |
安裝次數 | 394 |
目前版本 | 1.0 |
更新時間 | 2015-11-02 |
上架時間 | 2015-11-02 |
評分 | 4.78/5 共 9 次評分 |
開發者 | Robert Pate |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Worklog Helper", "version": "1.0", "description": "Makes tracking and logging time easy for JIRA users.", "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "off-19.png", "default_title": "Click to toggle the timer." }, "permissions": [ "storage", "activeTab" ], "icons": { "48": "off-48.png", "128": "off-128.png" }, "manifest_version": 2 } |