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