Jira Agile Sprint Checker

Shows up-to-date Agile Sprint data from Jira

Jira Agile Sprint Checker là gì?

Jira Agile Sprint Checker là một tiện ích mở rộng Chrome được phát triển bởi Jeroen Peters, và tính năng chính của nó là "Shows up-to-date Agile Sprint data from Jira".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Jira Agile Sprint Checker 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

                        Check your current Jira Agile Sprint status and health from the right corner of your browser!

【v0.1】
Initial version

【Last update】
☛ English translation
☛ Options for Jira Agile rest API 
☛ Options for Jira Agile proxy

【Coming soon】
 ☛ Desktop notification
 ☛ More extensive help

【Why use this plugin instead of Jira Dashboard?】
☛ Clear concise information in just 19x19 pixels
☛ Always visible, you don't have to browse to Jira yourself
☛ The plugin refreshes automatically
☛ Hover over the toolbar icon to view even more extensive stats
☛ It rewards you with a green progress-color if you managed to be 10% ahead on elapsed time on your finished work                    

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

Tên Jira Agile Sprint Checker Jira Agile Sprint Checker
ID hlmdabipghnpomnhegcmidmhneaanbik
URL Chính Thức https://chrome.google.com/webstore/detail/jira-agile-sprint-checker/hlmdabipghnpomnhegcmidmhneaanbik
Mô tả Shows up-to-date Agile Sprint data from Jira
Kích Thước Tệp 61.78 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2014-09-17
Ngày Phát Hành 2014-09-17
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jeroen Peters
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "sprint_16.png",
        "48": "sprint_48.png",
        "128": "sprint_128.png"
    },
    "permissions": [
        "notifications",
        ""
    ],
    "browser_action": {
        "default_icon": "sprint_icon.png",
        "default_title": "Sprint status"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/sprint_status.js"
        ]
    },
    "options_page": "options\/index.html",
    "default_locale": "en"
}