StandApp for JIRA

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

StandApp for JIRA क्या है?

StandApp for JIRA jcaveman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StandApp for JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}