Confetti for JIRA
Pop confetti when you complete JIRA tickets!
Was ist Confetti for JIRA?
Confetti for JIRA ist eine Chrome-Erweiterung, die von https://sidr.io entwickelt wurde, und ihr Hauptmerkmal ist "Pop confetti when you complete JIRA tickets!".
Erweiterungsscreenshots
Confetti for JIRA-Erweiterungs-CRX-Datei herunterladen
Laden Sie Confetti for JIRA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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].
Grundlegende Informationen zur Erweiterung
Name | Confetti for JIRA |
ID | npfgifmonkgndbnnloodjjpnjidbfaak |
Offizielle URL | https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak |
Beschreibung | Pop confetti when you complete JIRA tickets! |
Dateigröße | 36.36 KB |
Installationsanzahl | 225 |
Aktuelle Version | 0.0.0.8 |
Letztes Update | 2021-05-02 |
Veröffentlichungsdatum | 2021-03-24 |
Entwickler | https://sidr.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.sidr.io/apps |
URL der Datenschutzrichtlinien-Seite | https://www.sidr.io/privacy |
Unterstützte Sprachen | 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" } } |