JIRA Story Points Helper

Visualizing each assignee's story points in all sprints

Cos'è JIRA Story Points Helper?

JIRA Story Points Helper è un'estensione di Chrome sviluppata da Jui-Shan (Jenny) Liang, e la sua funzione principale è "Visualizing each assignee's story points in all sprints".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JIRA Story Points Helper

Scarica i file di estensione JIRA Story Points Helper 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

                        https://github.com/jsliang/jira-story-points-helper                    

Informazioni di Base sull'Estensione

Nome JIRA Story Points Helper JIRA Story Points Helper
ID ldnpljmdajcdedkbohffomaoigpnakle
URL Ufficiale https://chromewebstore.google.com/detail/jira-story-points-helper/ldnpljmdajcdedkbohffomaoigpnakle
Descrizione Visualizing each assignee's story points in all sprints
Dimensione del File 116 KB
Conteggio Installazioni 151
Versione Corrente 0.4.4
Ultimo Aggiornamento 2018-05-08
Data di Pubblicazione 2018-05-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Jui-Shan (Jenny) Liang
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jsliang/jira-taskboard-helper
Lingue Supportate en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "jira-story-points-helper",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.4.4",
    "author": "Jui-Shan Liang ",
    "homepage_url": "https:\/\/github.com\/jsliang\/jira-story-points-helper",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}