Jira Log Time

Log your daily time in seconds!

What is Jira Log Time?

Jira Log Time is a Chrome extension developed by Jericho, and its main feature is "Log your daily time in seconds!".

Extension Screenshots

screenshot

Download Jira Log Time Extension CRX File

Download Jira Log Time 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

                        Super lightweight plugin with no external dependencies.
Access all your issues in a simple popup and log your time with one click.
Provide custom JQL to filter out displayed issues.                    

Extension Basic Information

Name Jira Log Time Jira Log Time
ID peboekgeiffcaddndeonkmkledekeegl
Official URL https://chromewebstore.google.com/detail/jira-log-time/peboekgeiffcaddndeonkmkledekeegl
Description Log your daily time in seconds!
File Size 24.16 KB
Installation Count 629
Current Version 1.2.1
Last Updated 2017-01-25
Publish Date 2017-01-25
Rating 4.50/5 Total 10 Ratings
Developer Jericho
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Log Time",
    "short_name": "Jira Log Time",
    "description": "Log your daily time in seconds!",
    "version": "1.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}