AgileFlow.pro - Scrum poker

AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.

什么是AgileFlow.pro - Scrum poker?

AgileFlow.pro - Scrum poker是由https://agileflow.pro开发的Chrome扩展程序,该扩展的主要功能是“AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.”。

扩展截图

screenshot

下载AgileFlow.pro - Scrum poker扩展crx文件

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

扩展使用说明

                        AgileFlow.pro provide online agile services for distributed agile teams. We have Scrum Poker for making live story planning session with teammates. Also we propose large amount of prepared boards for online retrospective.

This Chrome extension gives ability to create planning room on methodist.io from your JIRA backlog page.

Just install this extension, then open in browser your JIRA scrum backlog (in case it was opened - just reload page).
When you click on extension button, it will automatically detect all issues and display it in the grid. Select desired issues for planning and create new room on methodist.io.

You don't need to be JIRA administrator.                    

扩展基本信息

名称 AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
官方URL https://chromewebstore.google.com/detail/agileflowpro-scrum-poker/loflapllggcfchigjikfnnjcgnbfmdmf
简介 AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.
文件大小 475 KB
安装次数 134
当前版本 1.0.7
更新时间 2023-07-04
上架时间 2019-07-02
评分 5.00/5 共1次评分
开发者 https://agileflow.pro
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://agileflow.pro/docs/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "AgileFlow.pro",
    "name": "AgileFlow.pro - Scrum poker",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "AgileFlow"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "version": "1.0.7",
    "author": "Volodymyr Golosay",
    "description": "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.",
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    }
}