Jira Interface Improvements

Some simple interface improvements for Jira

Jira Interface Improvements là gì?

Jira Interface Improvements là một tiện ích mở rộng Chrome được phát triển bởi Barry Murphy, và tính năng chính của nó là "Some simple interface improvements for Jira".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jira Interface Improvements

Tải xuống các tệp mở rộng Jira Interface Improvements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jira Interface Improvements Jira Interface Improvements
ID mmbhfikppdnhffajifihnlcffjflffok
URL Chính Thức https://chromewebstore.google.com/detail/jira-interface-improvemen/mmbhfikppdnhffajifihnlcffjflffok
Mô tả Some simple interface improvements for Jira
Kích Thước Tệp 11.68 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2017-04-25
Ngày Phát Hành 2017-04-25
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Barry Murphy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}