Jira Agile Sprint Checker

Shows up-to-date Agile Sprint data from Jira

What is Jira Agile Sprint Checker?

Jira Agile Sprint Checker is a Chrome extension developed by Jeroen Peters, and its main feature is "Shows up-to-date Agile Sprint data from Jira".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Jira Agile Sprint Checker Extension CRX File

Download Jira Agile Sprint Checker 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

                        Check your current Jira Agile Sprint status and health from the right corner of your browser!

【v0.1】
Initial version

【Last update】
☛ English translation
☛ Options for Jira Agile rest API 
☛ Options for Jira Agile proxy

【Coming soon】
 ☛ Desktop notification
 ☛ More extensive help

【Why use this plugin instead of Jira Dashboard?】
☛ Clear concise information in just 19x19 pixels
☛ Always visible, you don't have to browse to Jira yourself
☛ The plugin refreshes automatically
☛ Hover over the toolbar icon to view even more extensive stats
☛ It rewards you with a green progress-color if you managed to be 10% ahead on elapsed time on your finished work                    

Extension Basic Information

Name Jira Agile Sprint Checker Jira Agile Sprint Checker
ID hlmdabipghnpomnhegcmidmhneaanbik
Official URL https://chrome.google.com/webstore/detail/jira-agile-sprint-checker/hlmdabipghnpomnhegcmidmhneaanbik
Description Shows up-to-date Agile Sprint data from Jira
File Size 61.78 KB
Installation Count 36
Current Version 0.1.2
Last Updated 2014-09-17
Publish Date 2014-09-17
Rating 3.67/5 Total 3 Ratings
Developer Jeroen Peters
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Supported Languages en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "sprint_16.png",
        "48": "sprint_48.png",
        "128": "sprint_128.png"
    },
    "permissions": [
        "notifications",
        ""
    ],
    "browser_action": {
        "default_icon": "sprint_icon.png",
        "default_title": "Sprint status"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/sprint_status.js"
        ]
    },
    "options_page": "options\/index.html",
    "default_locale": "en"
}