Story Point Totals for JIRA Kanban Boards

This extension totals story points in JIRA Kanban boards and puts them at the top of each column.

Wat is Story Point Totals for JIRA Kanban Boards?

Story Point Totals for JIRA Kanban Boards is een Chrome-extensie ontwikkeld door https://noahcoffey.com, en de belangrijkste functie is "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Story Point Totals for JIRA Kanban Boards

Download Story Point Totals for JIRA Kanban Boards-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

                        This extension will count up story point values present in any cards contained in a JIRA Kanban (rapid board) and show the total points at the top of each column (replacing the displayed number of cards).                    

Basisinformatie over de Extensie

Naam Story Point Totals for JIRA Kanban Boards Story Point Totals for JIRA Kanban Boards
ID codmglobaohfdpjjckagjaanifogeili
Officiële URL https://chromewebstore.google.com/detail/story-point-totals-for-ji/codmglobaohfdpjjckagjaanifogeili
Beschrijving This extension totals story points in JIRA Kanban boards and puts them at the top of each column.
Bestandsgrootte 19.07 KB
Aantal Installaties 201
Huidige Versie 0.0.2
Laatst Bijgewerkt 2019-07-02
Publicatiedatum 2019-07-02
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://noahcoffey.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://noahcoffey.com/jira-story-points/
Help Pagina-URL https://noahcoffey.com/jira-story-points/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Story Point Totals for JIRA Kanban Boards",
    "short_name": "JIRA Story Point Totals",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.",
    "homepage_url": "https:\/\/noahcoffey.com\/jira-story-points",
    "author": "Noah Coffey",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}