Jira Agile Sprint Checker

Shows up-to-date Agile Sprint data from Jira

Wat is Jira Agile Sprint Checker?

Jira Agile Sprint Checker is een Chrome-extensie ontwikkeld door Jeroen Peters, en de belangrijkste functie is "Shows up-to-date Agile Sprint data from Jira".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Jira Agile Sprint Checker

Download Jira Agile Sprint Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Jira Agile Sprint Checker Jira Agile Sprint Checker
ID hlmdabipghnpomnhegcmidmhneaanbik
Officiële URL https://chrome.google.com/webstore/detail/jira-agile-sprint-checker/hlmdabipghnpomnhegcmidmhneaanbik
Beschrijving Shows up-to-date Agile Sprint data from Jira
Bestandsgrootte 61.78 KB
Aantal Installaties 36
Huidige Versie 0.1.2
Laatst Bijgewerkt 2014-09-17
Publicatiedatum 2014-09-17
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Jeroen Peters
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Ondersteunde Talen 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"
}