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!”。

擴展截圖

screenshot

下載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].                    

擴展基本資訊

名稱 Confetti for JIRA Confetti for JIRA
ID npfgifmonkgndbnnloodjjpnjidbfaak
官方網址 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"
    }
}