AgileFlow.pro - Scrum poker

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

Co to jest AgileFlow.pro - Scrum poker?

AgileFlow.pro - Scrum poker to rozszerzenie Chrome opracowane przez https://agileflow.pro, a jego główną funkcją jest „AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AgileFlow.pro - Scrum poker

Pobierz pliki rozszerzeń AgileFlow.pro - Scrum poker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
Oficjalny URL https://chromewebstore.google.com/detail/agileflowpro-scrum-poker/loflapllggcfchigjikfnnjcgnbfmdmf
Opis AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.
Rozmiar pliku 475 KB
Liczba instalacji 134
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2023-07-04
Data Publikacji 2019-07-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://agileflow.pro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://agileflow.pro/docs/privacy
Obsługiwane Języki 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"
    }
}