GitLab Notify
Don't miss any GitLab merge requests or issues and rocket up your productivity.
GitLab Notifyとは何ですか?
GitLab NotifyはCorentin Morsによって開発されたChromeの拡張機能で、その主な機能は「Don't miss any GitLab merge requests or issues and rocket up your productivity.」です。
拡張機能のスクリーンショット
GitLab Notify拡張機能のCRXファイルをダウンロード
GitLab Notify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The GitLab interface might be a bit blurry to see which merge requests need your attention. This extension aims to fix this experience by providing a simple popup and notification of the merge requests you were assigned (or set as reviewer) to and the ones you created.You can also access to all your issues and todo list tasks. Gitlab Notify is able to: - List Merge Requests you are assigned to - List Merge Requests you created - List your draft Merge Requests - List Issues you are assigned to - Display your To-Do List - Pick a random contributor of a repository to assign them to a MR - Display the pipelines statuses and unresolved threads for merges requests This product works for any GitLab instance (official or self-hosted). All your data stays on your computer and this product is free and open-source. Feel free to contribute!
拡張機能の基本情報
名前 | GitLab Notify |
ID | ekfpkkhpemajcbniegjicehdphdabhop |
公式URL | https://chromewebstore.google.com/detail/gitlab-notify/ekfpkkhpemajcbniegjicehdphdabhop |
説明 | Don't miss any GitLab merge requests or issues and rocket up your productivity. |
ファイルサイズ | 368 KB |
インストール数 | 847 |
現在のバージョン | 2.2.0 |
最終更新日 | 2024-01-09 |
公開日 | 2020-06-24 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Corentin Mors |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Mikescops/gitlab-notify-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2.0", "name": "GitLab Notify", "short_name": "GitLab Notify", "description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.", "icons": { "48": "icon48.cda4501f.png", "96": "icon96.afedefe9.png", "128": "icon128.f4b2d122.png" }, "background": { "service_worker": "background.2f09346e.js" }, "options_ui": { "page": "options.c9dfe737.html" }, "action": { "default_popup": "popup.c42fdb06.html" }, "web_accessible_resources": [ { "resources": [], "matches": [], "extension_ids": [] } ], "permissions": [ "storage", "alarms", "unlimitedStorage" ] } |