StandApp for JIRA

A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!

StandApp for JIRAคืออะไร?

StandApp for JIRA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jcaveman และคุณลักษณะหลักของมันคือ "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StandApp for JIRA

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

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

                        This extension works with the Jira Sprintboard. Use it to make standup meetings quicker and more efficient!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
คำอธิบาย A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
ขนาดไฟล์ 228 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-03-22
วันที่เผยแพร่ 2017-03-22
ผู้พัฒนา jcaveman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StandApp for JIRA",
    "description": "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/RapidBoard*",
                "https:\/\/*\/RapidBoard*",
                "http:\/\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/RapidBoard*",
                "http:\/\/*\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/*\/RapidBoard*"
            ],
            "js": [
                "standapp.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}