JIRA - Boards Extensions

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

Co to jest JIRA - Boards Extensions?

JIRA - Boards Extensions to rozszerzenie Chrome opracowane przez meeticdev, a jego główną funkcją jest „Improve JIRA boards by adding sum of stories points inside the header of each column.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia JIRA - Boards Extensions

Pobierz pliki rozszerzeń JIRA - Boards Extensions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JIRA - Boards Extensions JIRA - Boards Extensions
ID phkfdhidmgfikplhghpcififneeiefgi
Oficjalny URL https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi
Opis Improve JIRA boards by adding sum of stories points inside the header of each column.
Rozmiar pliku 8.25 KB
Liczba instalacji 54
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2016-08-30
Data Publikacji 2016-08-30
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper meeticdev
Typ Płatności free
Obsługiwane Języki 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
}