Confetti for JIRA
Pop confetti when you complete JIRA tickets!
Confetti for JIRAคืออะไร?
Confetti for JIRA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidr.io และคุณลักษณะหลักของมันคือ "Pop confetti when you complete JIRA tickets!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confetti for JIRA
ดาวน์โหลดไฟล์ส่วนขยาย 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].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |