Jira Interface Improvements

Some simple interface improvements for Jira

Jira Interface Improvements란 무엇입니까?

Jira Interface Improvements은(는) Barry Murphy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Some simple interface improvements for Jira"입니다.

확장 프로그램 스크린샷

screenshot

Jira Interface Improvements 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
    ]
}