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은(는) https://agileflow.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AgileFlow.pro JIRA integration plugin. Create planning room with selected issues from your JIRA backlog page."입니다.

확장 프로그램 스크린샷

screenshot

AgileFlow.pro - Scrum poker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}