StandApp for JIRA

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

Что такое StandApp for JIRA?

StandApp for JIRA - это расширение Chrome, разработанное jcaveman, и его основная функция - "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения StandApp for JIRA

Скачайте файлы расширений StandApp for JIRA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension works with the Jira Sprintboard. Use it to make standup meetings quicker and more efficient!                    

Основная информация о расширении

Название StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
Официальный URL https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Описание A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Размер файла 228 KB
Количество установок 57
Текущая Версия 0.0.2
Последнее Обновление 2017-03-22
Дата публикации 2017-03-22
Разработчик jcaveman
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}