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