Backlog Watch Notifications
Backlogでウォッチした課題やお知らせに更新があった際にデスクトップ通知を表示します
Backlog Watch Notificationsとは何ですか?
Backlog Watch Notificationsはongaqによって開発されたChromeの拡張機能で、その主な機能は「Backlogでウォッチした課題やお知らせに更新があった際にデスクトップ通知を表示します」です。
拡張機能のスクリーンショット
Backlog Watch Notifications拡張機能のCRXファイルをダウンロード
Backlog Watch Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Backlogのダッシュボードにウォッチ中の課題を固定表示 - 拡張機能のアイコンクリックでウォッチ中の課題を一覧表示 - ウォッチした課題やお知らせに更新があった際にデスクトップ通知 2023/04/10 - v2.0.0にアップデート 詳細な更新履歴はこちら https://backlog.4kissa.me/history.html
拡張機能の基本情報
名前 | Backlog Watch Notifications |
ID | hgbfbnmhafkhigfegihpgapnmnmlfhgd |
公式URL | https://chromewebstore.google.com/detail/backlog-watch-notificatio/hgbfbnmhafkhigfegihpgapnmnmlfhgd |
説明 | Backlogでウォッチした課題やお知らせに更新があった際にデスクトップ通知を表示します |
ファイルサイズ | 46.35 KB |
インストール数 | 997 |
現在のバージョン | 2.0.4 |
最終更新日 | 2023-05-31 |
公開日 | 2020-01-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ongaq |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://backlog.4kissa.me/history.html |
ヘルプページのURL | https://github.com/ongaq/backlogWatch |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Backlog Watch Notifications", "version": "2.0.4", "description": "Backlog\u3067\u30a6\u30a9\u30c3\u30c1\u3057\u305f\u8ab2\u984c\u3084\u304a\u77e5\u3089\u305b\u306b\u66f4\u65b0\u304c\u3042\u3063\u305f\u969b\u306b\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u901a\u77e5\u3092\u8868\u793a\u3057\u307e\u3059", "minimum_chrome_version": "90.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Backlog Watch Notifications", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.backlog.jp\/*", "*:\/\/*.backlog.com\/*" ], "css": [ "css\/contents_style.css" ], "js": [ "import-storage.js", "import-common.js", "import-issues.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.backlog.jp\/*", "*:\/\/*.backlog.com\/*" ], "resources": [ "storage.js", "common.js", "issues.js" ] }, { "matches": [ " |