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 |
| Eメール | [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"
}
} | |