Confetti for JIRA

Pop confetti when you complete JIRA tickets!

Cos'è Confetti for JIRA?

Confetti for JIRA è un'estensione di Chrome sviluppata da https://sidr.io, e la sua funzione principale è "Pop confetti when you complete JIRA tickets!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Confetti for JIRA

Scarica i file di estensione Confetti for JIRA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Confetti for JIRA Confetti for JIRA
ID npfgifmonkgndbnnloodjjpnjidbfaak
URL Ufficiale https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak
Descrizione Pop confetti when you complete JIRA tickets!
Dimensione del File 36.36 KB
Conteggio Installazioni 225
Versione Corrente 0.0.0.8
Ultimo Aggiornamento 2021-05-02
Data di Pubblicazione 2021-03-24
Sviluppatore https://sidr.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sidr.io/apps
URL della Pagina della Politica sulla Privacy https://www.sidr.io/privacy
Lingue Supportate 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"
    }
}