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
Eメール [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"
    }
}