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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |