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文件

下載Jira Agile Sprint Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}