Jira Timesheet for Google Chrome

Gets the worklogs from the project, filter and group them by user and generate a weekly report.

What is Jira Timesheet for Google Chrome?

Jira Timesheet for Google Chrome is a Chrome extension developed by Dyeison Carraro, and its main feature is "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".

Extension Screenshots

screenshot

Download Jira Timesheet for Google Chrome Extension CRX File

Download Jira Timesheet for Google Chrome 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

                                            

Extension Basic Information

Name Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
Official URL https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
Description Gets the worklogs from the project, filter and group them by user and generate a weekly report.
File Size 213 KB
Installation Count 378
Current Version 0.4
Last Updated 2015-11-04
Publish Date 2015-11-04
Rating 4.00/5 Total 5 Ratings
Developer Dyeison Carraro
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Timesheet for Google Chrome",
    "short_name": "Jira-TimeSheet",
    "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.",
    "version": "0.4",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Jira Timesheet",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}