JIRA - Boards Extensions

Improve JIRA boards by adding sum of stories points inside the header of each column.

Qu'est-ce que JIRA - Boards Extensions ?

JIRA - Boards Extensions est une extension Chrome développée par meeticdev, et sa fonction principale est "Improve JIRA boards by adding sum of stories points inside the header of each column.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JIRA - Boards Extensions

Téléchargez les fichiers d'extension JIRA - Boards Extensions 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

                        This extension keeps a live counter that sums all the story points in each JIRA boards columns.
You can now tell how many points you achieved very quickly.                    

Informations de Base sur l'Extension

Nom JIRA - Boards Extensions JIRA - Boards Extensions
ID phkfdhidmgfikplhghpcififneeiefgi
URL Officiel https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi
Description Improve JIRA boards by adding sum of stories points inside the header of each column.
Taille du Fichier 8.25 KB
Nombre d'Installations 54
Version Actuelle 0.1.2
Dernière Mise à Jour 2016-08-30
Date de Publication 2016-08-30
Évaluation 2.33/5 Total 3 Évaluations
Développeur meeticdev
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA - Boards Extensions",
    "description": "Improve JIRA boards by adding sum of stories points inside the header of each column.",
    "version": "0.1.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/secure\/RapidBoard.jspa*"
            ],
            "js": [
                "injected_script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}