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 rui-costa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full-Screen agile board mode for Jira एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |