JIRA Pile of Poo

Replaces boring grey and red dots for overdue tickets with smelly piles of poo (or any other UTF-8 character of your choice).

JIRA Pile of Poo란 무엇입니까?

JIRA Pile of Poo은(는) https://metamorphant.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces boring grey and red dots for overdue tickets with smelly piles of poo (or any other UTF-8 character of your choice)."입니다.

확장 프로그램 스크린샷

screenshot

JIRA Pile of Poo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:

* Configurable ticket smell indicator (arbitrary unicode character or string)

This add-on enhances the experience of Jira Agile Board users. It does neither collect nor process any user data.                    

확장 프로그램 기본 정보

이름 JIRA Pile of Poo JIRA Pile of Poo
ID edgiincehhapjloplfkgdckojddpdgpc
공식 URL https://chromewebstore.google.com/detail/jira-pile-of-poo/edgiincehhapjloplfkgdckojddpdgpc
설명 Replaces boring grey and red dots for overdue tickets with smelly piles of poo (or any other UTF-8 character of your choice).
파일 크기 21.31 KB
설치 횟수 47
현재 버전 1.2
최근 업데이트 2024-01-02
출시 날짜 2019-05-31
평점 5.00/5 총 1 개의 평점
개발자 https://metamorphant.de
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://metamorphant.de/blog/posts/2019-05-24-jira-pile-of-poo-extension/
도움말 페이지 URL https://github.com/JohannesFKnauf/jira-pile-of-poo-web-ext
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JIRA Pile of Poo",
    "version": "1.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9X6JiJNOf5zI9gdeEdoasTk5+nOTD\/Yzfjg6OMZnEh2qEWqXAUryemU253629VYCJb9REsvgFrr\/QYu9T66sS8M+G5I47NGcNQIaS11z+oAv0Qu0FQRNJ4tOruf633ETj3IMQiKmpr8m4RXupPD7bHw\/SmshoSbuA935+RLLfBCz0WNnSrRWngPAYU44r7p2Lj\/QwzYc4qiz7IV8zXbTcMB7EKGUc7Apc6nEtTKb46ID4EB9by7jOloSdtoGgdoNqCNdQb05qD\/UroWASCdtZzF+g14N9Xt3x2WRhP63oMMlXpA61crHOVFy6FeUjAKYO2IKKyr4IP9yoD+\/Pg2jGwIDAQAB",
    "description": "Replaces boring grey and red dots for overdue tickets with smelly piles of poo (or any other UTF-8 character of your choice).",
    "homepage_url": "https:\/\/github.com\/JohannesFKnauf\/jira-pile-of-poo-web-ext",
    "icons": {
        "48": "icons\/pile-of-poo-48.png",
        "96": "icons\/pile-of-poo-96.png",
        "128": "icons\/pile-of-poo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/secure\/RapidBoard.jspa?*rapidView=*"
            ],
            "js": [
                "pile-of-poo.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}