JIRA Worklog Tracker

This extension summarize total JIRA worklog for each person

What is JIRA Worklog Tracker?

JIRA Worklog Tracker is a Chrome extension developed by tankungs, and its main feature is "This extension summarize total JIRA worklog for each person".

Extension Screenshots

screenshot

Download JIRA Worklog Tracker Extension CRX File

Download JIRA Worklog Tracker 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

                        This extension automatically summarize all JIRA worklog for each person that currently working on selected issue. User can specify the custom time interval for the worklog report and export into excel spreadsheet format

*1.0.4 Update 
- Now support minute level worklog
- Increase width and fix the table wrap for long user's name                    

Extension Basic Information

Name JIRA Worklog Tracker JIRA Worklog Tracker
ID fgmapjkdfhgnpknlbidhdhffckknpeml
Official URL https://chromewebstore.google.com/detail/jira-worklog-tracker/fgmapjkdfhgnpknlbidhdhffckknpeml
Description This extension summarize total JIRA worklog for each person
File Size 152 KB
Installation Count 248
Current Version 1.0.4
Last Updated 2018-02-07
Publish Date 2018-02-06
Rating 3.67/5 Total 3 Ratings
Developer tankungs
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Worklog Tracker",
    "description": "This extension summarize total JIRA worklog for each person",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}