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文件
下载GitLab Notifier for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[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"
}
} | |