StandApp for JIRA

A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!

Co to jest StandApp for JIRA?

StandApp for JIRA to rozszerzenie Chrome opracowane przez jcaveman, a jego główną funkcją jest „A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StandApp for JIRA

Pobierz pliki rozszerzeń StandApp for JIRA 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 works with the Jira Sprintboard. Use it to make standup meetings quicker and more efficient!                    

Podstawowe informacje o rozszerzeniu

Nazwa StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
Oficjalny URL https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Opis A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Rozmiar pliku 228 KB
Liczba instalacji 57
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2017-03-22
Data Publikacji 2017-03-22
Deweloper jcaveman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StandApp for JIRA",
    "description": "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/RapidBoard*",
                "https:\/\/*\/RapidBoard*",
                "http:\/\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/RapidBoard*",
                "http:\/\/*\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/*\/RapidBoard*"
            ],
            "js": [
                "standapp.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}