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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}