Jira Agile Sprint Checker

Shows up-to-date Agile Sprint data from Jira

Jira Agile Sprint Checker란 무엇입니까?

Jira Agile Sprint Checker은(는) Jeroen Peters에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows up-to-date Agile Sprint data from Jira"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Jira Agile Sprint Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Jira Agile Sprint Checker Jira Agile Sprint Checker
ID hlmdabipghnpomnhegcmidmhneaanbik
공식 URL https://chrome.google.com/webstore/detail/jira-agile-sprint-checker/hlmdabipghnpomnhegcmidmhneaanbik
설명 Shows up-to-date Agile Sprint data from Jira
파일 크기 61.78 KB
설치 횟수 36
현재 버전 0.1.2
최근 업데이트 2014-09-17
출시 날짜 2014-09-17
평점 3.67/5 총 3 개의 평점
개발자 Jeroen Peters
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
지원되는 언어 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"
}