AgileFlow.pro - Scrum poker

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

Что такое AgileFlow.pro - Scrum poker?

AgileFlow.pro - Scrum poker - это расширение Chrome, разработанное https://agileflow.pro, и его основная функция - "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AgileFlow.pro - Scrum poker

Скачайте файлы расширений AgileFlow.pro - Scrum poker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AgileFlow.pro - Scrum poker AgileFlow.pro - Scrum poker
ID loflapllggcfchigjikfnnjcgnbfmdmf
Официальный URL https://chromewebstore.google.com/detail/agileflowpro-scrum-poker/loflapllggcfchigjikfnnjcgnbfmdmf
Описание AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page.
Размер файла 475 KB
Количество установок 134
Текущая Версия 1.0.7
Последнее Обновление 2023-07-04
Дата публикации 2019-07-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://agileflow.pro
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://agileflow.pro/docs/privacy
Поддерживаемые языки 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"
    }
}