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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | Confetti for JIRA |
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" } } |