Confetti for JIRA
Pop confetti when you complete JIRA tickets!
Confetti for JIRA là gì?
Confetti for JIRA là một tiện ích mở rộng Chrome được phát triển bởi https://sidr.io, và tính năng chính của nó là "Pop confetti when you complete JIRA tickets!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Confetti for JIRA
Tải xuống các tệp mở rộng Confetti for JIRA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Confetti for JIRA |
ID | npfgifmonkgndbnnloodjjpnjidbfaak |
URL Chính Thức | https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak |
Mô tả | Pop confetti when you complete JIRA tickets! |
Kích Thước Tệp | 36.36 KB |
Số Lần Cài Đặt | 225 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2021-05-02 |
Ngày Phát Hành | 2021-03-24 |
Nhà Phát Triển | https://sidr.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.sidr.io/apps |
URL Trang Chính Sách Bảo Mật | https://www.sidr.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |