Confetti for JIRA
Pop confetti when you complete JIRA tickets!
Wat is Confetti for JIRA?
Confetti for JIRA is een Chrome-extensie ontwikkeld door https://sidr.io, en de belangrijkste functie is "Pop confetti when you complete JIRA tickets!".
Extensie Screenshots
Download het CRX-bestand van de extensie Confetti for JIRA
Download Confetti for JIRA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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].
Basisinformatie over de Extensie
Naam | Confetti for JIRA |
ID | npfgifmonkgndbnnloodjjpnjidbfaak |
Officiële URL | https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak |
Beschrijving | Pop confetti when you complete JIRA tickets! |
Bestandsgrootte | 36.36 KB |
Aantal Installaties | 225 |
Huidige Versie | 0.0.0.8 |
Laatst Bijgewerkt | 2021-05-02 |
Publicatiedatum | 2021-03-24 |
Ontwikkelaar | https://sidr.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.sidr.io/apps |
URL van de Privacybeleid Pagina | https://www.sidr.io/privacy |
Ondersteunde Talen | 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" } } |