GitLab Notifier for Google Chrome™
Notify GitLab events (Commit, Issue, MergeRequest and Milestone)
GitLab Notifier for Google Chrome™란 무엇입니까?
GitLab Notifier for Google Chrome™은(는) sue445에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)"입니다.
확장 프로그램 스크린샷
GitLab Notifier for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[Requirements]
API v3
・GitLab v5.3.0+ and v6.0.x and v6.2.0+
・only 6.1.0 is not supported
・v7.9.0+ is recommended
API v4
・GitLab v9.5.0+
[Usage]
1. Install this extension
2. Open extension option
3. Input these
・Gitlab Path
・Gitlab API Path
・Private token
・Gitlab -> Edit Profile -> Account
4. Refresh Repository List
5. Check events
6. Save
7. Wait a minute
[More Document]
https://github.com/sue445/chrome-gitlab-notifier/blob/master/README.md
https://github.com/sue445/chrome-gitlab-notifier/blob/master/CHANGELOG.md
[Support]
https://github.com/sue445/chrome-gitlab-notifier 확장 프로그램 기본 정보
| 이름 | |
| ID | eageapgbnjicdjjihgclpclilenjbobi |
| 공식 URL | https://chromewebstore.google.com/detail/gitlab-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi |
| 설명 | Notify GitLab events (Commit, Issue, MergeRequest and Milestone) |
| 파일 크기 | 1.61 MB |
| 설치 횟수 | 4,269 |
| 현재 버전 | 2.6.0 |
| 최근 업데이트 | 2023-05-21 |
| 출시 날짜 | 2020-05-21 |
| 평점 | 4.35/5 총 54 개의 평점 |
| 개발자 | sue445 |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/sue445/chrome-gitlab-notifier |
| 도움말 페이지 URL | https://github.com/sue445/chrome-gitlab-notifier/issues |
| 개인정보 보호 정책 페이지 URL | https://github.com/sue445/chrome-gitlab-notifier/blob/master/PRIVACY_POLICY.md |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitLab Notifier for Google Chrome\u2122",
"description": "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)",
"version": "2.6.0",
"icons": {
"16": "img\/gitlab_logo_16.png",
"48": "img\/gitlab_logo_48.png",
"128": "img\/gitlab_logo_128.png"
},
"permissions": [
"background",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"options_page": "options.html",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "img\/gitlab_logo_128.png",
"default_popup": "popup.html"
}
} | |