AgileFlow.pro - Scrum poker

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

Qu'est-ce que AgileFlow.pro - Scrum poker ?

AgileFlow.pro - Scrum poker est une extension Chrome développée par https://agileflow.pro, et sa fonction principale est "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AgileFlow.pro - Scrum poker

Téléchargez les fichiers d'extension AgileFlow.pro - Scrum poker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
URL Officiel 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.
Taille du Fichier 475 KB
Nombre d'Installations 134
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-07-04
Date de Publication 2019-07-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://agileflow.pro
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://agileflow.pro/docs/privacy
Langues Prises en Charge 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"
    }
}