AgileFlow.pro - Scrum poker

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

Was ist AgileFlow.pro - Scrum poker?

AgileFlow.pro - Scrum poker ist eine Chrome-Erweiterung, die von https://agileflow.pro entwickelt wurde, und ihr Hauptmerkmal ist "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.".

Erweiterungsscreenshots

screenshot

AgileFlow.pro - Scrum poker-Erweiterungs-CRX-Datei herunterladen

Laden Sie AgileFlow.pro - Scrum poker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
Offizielle URL https://chromewebstore.google.com/detail/agileflowpro-scrum-poker/loflapllggcfchigjikfnnjcgnbfmdmf
Beschreibung AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.
Dateigröße 475 KB
Installationsanzahl 134
Aktuelle Version 1.0.7
Letztes Update 2023-07-04
Veröffentlichungsdatum 2019-07-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://agileflow.pro
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://agileflow.pro/docs/privacy
Unterstützte Sprachen 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"
    }
}