JIRA Worklog Helper
Makes tracking and logging time easy for JIRA users.
What is JIRA Worklog Helper?
JIRA Worklog Helper is a Chrome extension developed by Robert Pate, and its main feature is "Makes tracking and logging time easy for JIRA users.".
Extension Screenshots
Download JIRA Worklog Helper Extension CRX File
Download JIRA Worklog Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | JIRA Worklog Helper |
ID | nifjniggknfiammmgoiokjdkjiffadap |
Official URL | https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap |
Description | Makes tracking and logging time easy for JIRA users. |
File Size | 56.19 KB |
Installation Count | 394 |
Current Version | 1.0 |
Last Updated | 2015-11-02 |
Publish Date | 2015-11-02 |
Rating | 4.78/5 Total 9 Ratings |
Developer | Robert Pate |
Payment Type | free |
Supported Languages | 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 } |