Full-Screen agile board mode for Jira

This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…

Что такое Full-Screen agile board mode for Jira?

Full-Screen agile board mode for Jira - это расширение Chrome, разработанное rui-costa, и его основная функция - "This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Full-Screen agile board mode for Jira

Скачайте файлы расширений Full-Screen agile board mode for Jira в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension improves the readability of the agile boards of Atlassian Jira.
Works perfectly with both the Scrum and the Kanban boards.

📺 Excellent for wall mounted devices
With the current JIRA options it is impossible to have a full-screen board taking advantage of all the real estate on your wall mounted device.
Simply press the expand button (blue button) that is added to your board, press F11, and voila, full-screen goodness.

💡 Combine with other extensions
- Use with Dark Reader to get a Dark mode on you Jira board.
- Use with Revolver to show more than 1 Jira board on the same device.                    

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

Название Full-Screen agile board mode for Jira Full-Screen agile board mode for Jira
ID abgdodilpdmlbbjdkigghkbgiloinide
Официальный URL https://chromewebstore.google.com/detail/full-screen-agile-board-m/abgdodilpdmlbbjdkigghkbgiloinide
Описание This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…
Размер файла 10.78 KB
Количество установок 132
Текущая Версия 1.20.622
Последнее Обновление 2020-06-22
Дата публикации 2020-06-21
Разработчик rui-costa
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/rui-costa/jira_fullscreen_board
URL страницы помощи https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAFhIIjx8PRURURMVVU4VzVEVVdWS0RYRUFMSjhOMUxLQS4u
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.20.622",
    "name": "Full-Screen agile board mode for Jira",
    "author": "Rui Costa",
    "homepage_url": "https:\/\/github.com\/rui-costa\/jira_fullscreen_board",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
            ],
            "run_at": "document_end",
            "js": [
                "extension.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}