Jira Interface Improvements
Some simple interface improvements for Jira
Was ist Jira Interface Improvements?
Jira Interface Improvements ist eine Chrome-Erweiterung, die von Barry Murphy entwickelt wurde, und ihr Hauptmerkmal ist "Some simple interface improvements for Jira".
Erweiterungsscreenshots
Jira Interface Improvements-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jira Interface Improvements-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Jira Interface Improvements |
ID | mmbhfikppdnhffajifihnlcffjflffok |
Offizielle URL | https://chromewebstore.google.com/detail/jira-interface-improvemen/mmbhfikppdnhffajifihnlcffjflffok |
Beschreibung | Some simple interface improvements for Jira |
Dateigröße | 11.68 KB |
Installationsanzahl | 138 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2017-04-25 |
Veröffentlichungsdatum | 2017-04-25 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Barry Murphy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |