Confetti for JIRA

Pop confetti when you complete JIRA tickets!

Co to jest Confetti for JIRA?

Confetti for JIRA to rozszerzenie Chrome opracowane przez https://sidr.io, a jego główną funkcją jest „Pop confetti when you complete JIRA tickets!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Confetti for JIRA

Pobierz pliki rozszerzeń Confetti for JIRA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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].                    

Podstawowe informacje o rozszerzeniu

Nazwa Confetti for JIRA Confetti for JIRA
ID npfgifmonkgndbnnloodjjpnjidbfaak
Oficjalny URL https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak
Opis Pop confetti when you complete JIRA tickets!
Rozmiar pliku 36.36 KB
Liczba instalacji 225
Aktualna Wersja 0.0.0.8
Ostatnia Aktualizacja 2021-05-02
Data Publikacji 2021-03-24
Deweloper https://sidr.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sidr.io/apps
Adres URL Strony Polityki Prywatności https://www.sidr.io/privacy
Obsługiwane Języki 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"
    }
}