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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces boring grey and red dots for overdue tickets with smelly piles of poo (or any other UTF-8 character of your choice)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JIRA Pile of Poo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}