Confetti for JIRA
Pop confetti when you complete JIRA tickets!
Hvad er Confetti for JIRA?
Confetti for JIRA er en Chrome-udvidelse udviklet af https://sidr.io, og dens hovedfunktion er "Pop confetti when you complete JIRA tickets!".
Udvidelsesskærmbilleder
Download Confetti for JIRA-udvidelses-CRX-fil
Download Confetti for JIRA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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].
Grundlæggende oplysninger om udvidelsen
Navn | Confetti for JIRA |
ID | npfgifmonkgndbnnloodjjpnjidbfaak |
Officiel URL | https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak |
Beskrivelse | Pop confetti when you complete JIRA tickets! |
Filstørrelse | 36.36 KB |
Antal Installationer | 225 |
Nuværende Version | 0.0.0.8 |
Senest Opdateret | 2021-05-02 |
Udgivelsesdato | 2021-03-24 |
Udvikler | https://sidr.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.sidr.io/apps |
URL til Fortrolighedspolitik Side | https://www.sidr.io/privacy |
Understøttede Sprog | 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" } } |