Jira Agile Sprint Checker

Shows up-to-date Agile Sprint data from Jira

Cos'è Jira Agile Sprint Checker?

Jira Agile Sprint Checker è un'estensione di Chrome sviluppata da Jeroen Peters, e la sua funzione principale è "Shows up-to-date Agile Sprint data from Jira".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jira Agile Sprint Checker

Scarica i file di estensione Jira Agile Sprint Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Jira Agile Sprint Checker Jira Agile Sprint Checker
ID hlmdabipghnpomnhegcmidmhneaanbik
URL Ufficiale https://chrome.google.com/webstore/detail/jira-agile-sprint-checker/hlmdabipghnpomnhegcmidmhneaanbik
Descrizione Shows up-to-date Agile Sprint data from Jira
Dimensione del File 61.78 KB
Conteggio Installazioni 36
Versione Corrente 0.1.2
Ultimo Aggiornamento 2014-09-17
Data di Pubblicazione 2014-09-17
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Jeroen Peters
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Lingue Supportate 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"
}