Jira Interface Improvements
Some simple interface improvements for Jira
What is Jira Interface Improvements?
Jira Interface Improvements is a Chrome extension developed by Barry Murphy, and its main feature is "Some simple interface improvements for Jira".
Extension Screenshots
Download Jira Interface Improvements Extension CRX File
Download Jira Interface Improvements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Jira Interface Improvements |
ID | mmbhfikppdnhffajifihnlcffjflffok |
Official URL | https://chromewebstore.google.com/detail/jira-interface-improvemen/mmbhfikppdnhffajifihnlcffjflffok |
Description | Some simple interface improvements for Jira |
File Size | 11.68 KB |
Installation Count | 138 |
Current Version | 0.1.2 |
Last Updated | 2017-04-25 |
Publish Date | 2017-04-25 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Barry Murphy |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |