Gitlab Buddy
Simple web extension to help manage Gitlab merge requests.
Gitlab Buddy란 무엇입니까?
Gitlab Buddy은(는) omarsarhan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple web extension to help manage Gitlab merge requests."입니다.
확장 프로그램 스크린샷
Gitlab Buddy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
COMPLETELY FREE FOREVER! The merge request dashboard Gitlab is missing! Never miss an assigned merge request ever again! This finds all assigned MRs, and displays in a pop-out chrome extension, without having to manually subscribe to each repository. Other gitlab extensions grab merge requests assigned to you. This extension also pulls in group approval merge requests! Features include: - Cant create a personal access token? No problem! This extension can use your session token from the browser! As long as you are signed into your gitlab account, this extension will work! - Grabs merged requests under group approvals, assignee, reviewer and created - Pending/Approved/Created/Merged MRs - Direct link to merge request/Repo/Author and Pipelines - List of mentions on merge requests - See immediately if approved and by who - CI/CD pipeline status w/ direct link to pipeline - Quick view of MR conversations and comments - Merge conflicts status - Unresolved threads status - Ability to change to see group assigned or only explicitly assigned merge requests (in case a manager only needs to see explicitly assigned merge requests) - Hide merge requests from the list
확장 프로그램 기본 정보
이름 | Gitlab Buddy |
ID | lkepfjciookjhedanolcnnclgokpkedc |
공식 URL | https://chromewebstore.google.com/detail/gitlab-buddy/lkepfjciookjhedanolcnnclgokpkedc |
설명 | Simple web extension to help manage Gitlab merge requests. |
파일 크기 | 459 KB |
설치 횟수 | 385 |
현재 버전 | 3.26 |
최근 업데이트 | 2022-10-04 |
출시 날짜 | 2020-08-24 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | omarsarhan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gitlab.com/osarhan/gitlab-buddy |
도움말 페이지 URL | https://gitlab.com/osarhan/gitlab-buddy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Omar Sarhan", "commands": { "_execute_browser_action": { "description": "Activate the extension" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": ".\/popup.html", "default_icon": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Simple web extension to help manage Gitlab merge requests.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "manifest_version": 2, "name": "Gitlab Buddy", "permissions": [ "alarms" ], "optional_permissions": [ "cookies", "*:\/\/*\/" ], "version": "3.26" } |