Jira Interface Improvements

Some simple interface improvements for Jira

Jira Interface Improvementsคืออะไร?

Jira Interface Improvements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Barry Murphy และคุณลักษณะหลักของมันคือ "Some simple interface improvements for Jira"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Interface Improvements

ดาวน์โหลดไฟล์ส่วนขยาย Jira Interface Improvements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}