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…

Co je Full-Screen agile board mode for Jira?

Full-Screen agile board mode for Jira je rozšíření Chrome vyvinuté rui-costa, a jeho hlavní funkcí je „This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Full-Screen agile board mode for Jira

Stáhněte si soubory rozšíření Full-Screen agile board mode for Jira ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Full-Screen agile board mode for Jira Full-Screen agile board mode for Jira
ID abgdodilpdmlbbjdkigghkbgiloinide
Oficiální URL https://chromewebstore.google.com/detail/full-screen-agile-board-m/abgdodilpdmlbbjdkigghkbgiloinide
Popis This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…
Velikost souboru 10.78 KB
Počet instalací 132
Aktuální Verze 1.20.622
Poslední Aktualizace 2020-06-22
Datum Vydání 2020-06-21
Vývojář rui-costa
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/rui-costa/jira_fullscreen_board
URL Stránky Nápovědy https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAFhIIjx8PRURURMVVU4VzVEVVdWS0RYRUFMSjhOMUxLQS4u
Podporované Jazyky 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"
    }
}