StandApp for JIRA

A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!

ما هو StandApp for JIRA؟

StandApp for JIRA هو إضافة Chrome تم تطويرها بواسطة jcaveman، والميزة الرئيسية لها هي "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة StandApp for JIRA

قم بتنزيل ملفات الامتداد StandApp for JIRA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension works with the Jira Sprintboard. Use it to make standup meetings quicker and more efficient!                    

معلومات أساسية عن التمديد

الاسم StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
الوصف A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
حجم الملف 228 KB
عدد التثبيتات 57
النسخة الحالية 0.0.2
آخر تحديث 2017-03-22
تاريخ النشر 2017-03-22
المطور jcaveman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StandApp for JIRA",
    "description": "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/RapidBoard*",
                "https:\/\/*\/RapidBoard*",
                "http:\/\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/RapidBoard*",
                "http:\/\/*\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/*\/RapidBoard*"
            ],
            "js": [
                "standapp.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}