JIRAWorker

Track JIRA WorkLogs

What is JIRAWorker?

JIRAWorker is a Chrome extension developed by JIRALyzer, and its main feature is "Track JIRA WorkLogs".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download JIRAWorker Extension CRX File

Download JIRAWorker 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

                        Easily track the amount of hours logged in JIRA over a set time period.

A great and easy way for Managers and Users alike to track their hours in JIRA in a nice and easy to use interface.

Now with support for up to two teams
Dynamically enable/disable particular user(s) for easier overview

Displays current, and projected, velocity.

Fully responsive and retina ready                    

Extension Basic Information

Name JIRAWorker JIRAWorker
ID dcajmbfhmbfebahjbacngajigbapedjn
Official URL https://chrome.google.com/webstore/detail/jiraworker/dcajmbfhmbfebahjbacngajigbapedjn
Description Track JIRA WorkLogs
File Size 1.77 MB
Installation Count 40
Current Version 0.0.0.5
Last Updated 2017-01-20
Publish Date 2017-01-20
Developer JIRALyzer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRAWorker",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "description": "Track JIRA WorkLogs",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRAWorker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "src\/inject\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}