Confetti for JIRA

Pop confetti when you complete JIRA tickets!

Confetti for JIRA क्या है?

Confetti for JIRA https://sidr.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pop confetti when you complete JIRA tickets!"।

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

screenshot

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

crx प्रारूप में Confetti for JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Celebrate all your wins. Pop confetti in response to any web event. Starting with the completion of JIRA tickets!

Works with any JIRA URL with the following structure:
https://.atlassian.net/jira/software/projects//boards/1?selectedIssue=-

Please send requests for new events to [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Confetti for JIRA Confetti for JIRA
ID npfgifmonkgndbnnloodjjpnjidbfaak
आधिकारिक URL https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak
विवरण Pop confetti when you complete JIRA tickets!
फ़ाइल का आकार 36.36 KB
स्थापना संख्या 225
वर्तमान संस्करण 0.0.0.8
अंतिम अपडेट 2021-05-02
प्रकाशन तिथि 2021-03-24
डेवलपर https://sidr.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sidr.io/apps
गोपनीयता नीति पृष्ठ URL https://www.sidr.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti for JIRA",
    "description": "Pop confetti when you complete JIRA tickets!",
    "version": "0.0.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/jira\/software\/*",
                "https:\/\/github.com\/*\/pull\/*"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "confetti.browser.js",
                "run.js"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/confetti16.png",
        "32": "img\/confetti32.png",
        "48": "img\/confetti48.png",
        "128": "img\/confetti128.png"
    }
}