Confetti for JIRA
Pop confetti when you complete JIRA tickets!
什么是Confetti for JIRA?
Confetti for JIRA是由https://sidr.io开发的Chrome扩展程序,该扩展的主要功能是“Pop confetti when you complete JIRA tickets!”。
扩展截图
下载Confetti for JIRA扩展crx文件
下载Confetti for JIRA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]. 扩展基本信息
| 名称 | |
| ID | npfgifmonkgndbnnloodjjpnjidbfaak |
| 官方URL | https://chromewebstore.google.com/detail/confetti-for-jira/npfgifmonkgndbnnloodjjpnjidbfaak |
| 简介 | Pop confetti when you complete JIRA tickets! |
| 文件大小 | 36.36 KB |
| 安装次数 | 225 |
| 当前版本 | 0.0.0.8 |
| 更新时间 | 2021-05-02 |
| 上架时间 | 2021-03-24 |
| 开发者 | https://sidr.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.sidr.io/apps |
| 隐私政策页面URL | https://www.sidr.io/privacy |
| 支持的语言 | 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"
}
} | |