JIRA Story Points Helper

Visualizing each assignee's story points in all sprints

Qu'est-ce que JIRA Story Points Helper ?

JIRA Story Points Helper est une extension Chrome développée par Jui-Shan (Jenny) Liang, et sa fonction principale est "Visualizing each assignee's story points in all sprints".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JIRA Story Points Helper

Téléchargez les fichiers d'extension JIRA Story Points Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom JIRA Story Points Helper JIRA Story Points Helper
ID ldnpljmdajcdedkbohffomaoigpnakle
URL Officiel https://chromewebstore.google.com/detail/jira-story-points-helper/ldnpljmdajcdedkbohffomaoigpnakle
Description Visualizing each assignee's story points in all sprints
Taille du Fichier 116 KB
Nombre d'Installations 151
Version Actuelle 0.4.4
Dernière Mise à Jour 2018-05-08
Date de Publication 2018-05-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur Jui-Shan (Jenny) Liang
Type de Paiement free
Site Web de l'Extension https://github.com/jsliang/jira-taskboard-helper
Langues Prises en Charge 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"
        }
    ]
}