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).」です。
拡張機能のスクリーンショット
JIRA Pile of Poo拡張機能のCRXファイルをダウンロード
JIRA Pile of Poo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |