AgileFlow.pro - Scrum poker

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

Cos'è AgileFlow.pro - Scrum poker?

AgileFlow.pro - Scrum poker è un'estensione di Chrome sviluppata da https://agileflow.pro, e la sua funzione principale è "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AgileFlow.pro - Scrum poker

Scarica i file di estensione AgileFlow.pro - Scrum poker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
URL Ufficiale https://chromewebstore.google.com/detail/agileflowpro-scrum-poker/loflapllggcfchigjikfnnjcgnbfmdmf
Descrizione AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.
Dimensione del File 475 KB
Conteggio Installazioni 134
Versione Corrente 1.0.7
Ultimo Aggiornamento 2023-07-04
Data di Pubblicazione 2019-07-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://agileflow.pro
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://agileflow.pro/docs/privacy
Lingue Supportate 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"
    }
}