StandApp for JIRA

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

StandApp for JIRA là gì?

StandApp for JIRA là một tiện ích mở rộng Chrome được phát triển bởi jcaveman, và tính năng chính của nó là "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Ả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 StandApp for JIRA

Tải xuống các tệp mở rộng StandApp for JIRA 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

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

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

Tên StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
URL Chính Thức https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Mô tả A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-03-22
Ngày Phát Hành 2017-03-22
Nhà Phát Triển jcaveman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}