Confetti for JIRA
Pop confetti when you complete JIRA tickets!
Qu'est-ce que Confetti for JIRA ?
Confetti for JIRA est une extension Chrome développée par https://sidr.io, et sa fonction principale est "Pop confetti when you complete JIRA tickets!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Confetti for JIRA
Téléchargez les fichiers d'extension Confetti for JIRA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | Confetti for JIRA |
ID | npfgifmonkgndbnnloodjjpnjidbfaak |
URL Officiel | https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak |
Description | Pop confetti when you complete JIRA tickets! |
Taille du Fichier | 36.36 KB |
Nombre d'Installations | 225 |
Version Actuelle | 0.0.0.8 |
Dernière Mise à Jour | 2021-05-02 |
Date de Publication | 2021-03-24 |
Développeur | https://sidr.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.sidr.io/apps |
URL de la Page de Politique de Confidentialité | https://www.sidr.io/privacy |
Langues Prises en Charge | 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" } } |