Scrum Timer

Scrum Timer

什么是Scrum Timer?

Scrum Timer是由wangcong1221开发的Chrome扩展程序,该扩展的主要功能是“Scrum Timer”。

扩展截图

screenshot

下载Scrum Timer扩展crx文件

下载Scrum Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Scrum Timer

Version 1.4:
Fix some issues.
Version 1.3:
User could config their own urls.
Version 1.2:
Only available for sapjira.wdf.sap.corp.

Steps to use:
1. Install the extension.
2. Open your jira (for now only support sapjira.wdf.sap.corp) and you will see the extension's button enlightened.
3. Click on the button "Daily Scrum" and you will see the extension on the head of the page.
4. For each backlog just click the "GO!" button to start counting down.
5. Click on the button "Daily Scrum" again to close the extension.
6. You could configure the time in extension options page.

Support:
[email protected]                    

扩展基本信息

名称 Scrum Timer Scrum Timer
ID nnbobiopmflhekiicebfiohdfbdgbgbi
官方URL https://chromewebstore.google.com/detail/scrum-timer/nnbobiopmflhekiicebfiohdfbdgbgbi
简介 Scrum Timer
文件大小 226 KB
安装次数 49
当前版本 1.4
更新时间 2018-11-06
上架时间 2018-11-05
开发者 wangcong1221
付费类型 free
扩展官网 https://github.com/I322871
帮助页面URL https://github.com/I322871
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrum Timer",
    "version": "1.4",
    "description": "Scrum Timer",
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/panda.png",
            "32": "img\/panda.png",
            "48": "img\/panda.png",
            "128": "img\/panda.png"
        }
    },
    "icons": {
        "16": "img\/panda.png",
        "32": "img\/panda.png",
        "48": "img\/panda.png",
        "128": "img\/panda.png"
    },
    "manifest_version": 2
}