Jira Interface Improvements
Some simple interface improvements for Jira
Jira Interface Improvements क्या है?
Jira Interface Improvements Barry Murphy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some simple interface improvements for Jira"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jira Interface Improvements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Jira is a great tool for issue and project tracking but sometimes the interface can be frustrating. This extension includes various modifications to improve the usability and visibility of Jira interfaces. version 0.1 (April 2017) includes : - Horizontal scroll for Kanban Boards - Horizontal scroll for Board Settings -> Columns screen version 0.1.2 (April 2017): Detail View takes up 1/2 of screen (default is 400px) Icons made by Prosymbols (http://www.flaticon.com/authors/prosymbols) from www.flaticon.com.
एक्सटेंशन की मूल जानकारी
नाम | Jira Interface Improvements |
ID | mmbhfikppdnhffajifihnlcffjflffok |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-interface-improvemen/mmbhfikppdnhffajifihnlcffjflffok |
विवरण | Some simple interface improvements for Jira |
फ़ाइल का आकार | 11.68 KB |
स्थापना संख्या | 138 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2017-04-25 |
प्रकाशन तिथि | 2017-04-25 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Barry Murphy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Interface Improvements", "description": "Some simple interface improvements for Jira", "version": "0.1.2", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "css": [ "content.css" ], "js": [ "contentscript.js" ] } ], "permissions": [ "https:\/\/*.atlassian.net\/*" ] } |