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"
    }
}