AgileFlow.pro - Scrum poker

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

What is AgileFlow.pro - Scrum poker?

AgileFlow.pro - Scrum poker is a Chrome extension developed by https://agileflow.pro, and its main feature is "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.".

Extension Screenshots

screenshot

Download AgileFlow.pro - Scrum poker Extension CRX File

Download AgileFlow.pro - Scrum poker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
Official URL https://chromewebstore.google.com/detail/agileflowpro-scrum-poker/loflapllggcfchigjikfnnjcgnbfmdmf
Description AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.
File Size 475 KB
Installation Count 134
Current Version 1.0.7
Last Updated 2023-07-04
Publish Date 2019-07-02
Rating 5.00/5 Total 1 Ratings
Developer https://agileflow.pro
Email [email protected]
Payment Type free
Privacy Policy Page URL https://agileflow.pro/docs/privacy
Supported Languages 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"
    }
}