GitLab Notifier for Google Chrome™
Notify GitLab events (Commit, Issue, MergeRequest and Milestone)
Was ist GitLab Notifier for Google Chrome™?
GitLab Notifier for Google Chrome™ ist eine Chrome-Erweiterung, die von sue445 entwickelt wurde, und ihr Hauptmerkmal ist "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)".
Erweiterungsscreenshots
GitLab Notifier for Google Chrome™-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitLab Notifier for Google Chrome™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
[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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eageapgbnjicdjjihgclpclilenjbobi |
| Offizielle URL | https://chromewebstore.google.com/detail/gitlab-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi |
| Beschreibung | Notify GitLab events (Commit, Issue, MergeRequest and Milestone) |
| Dateigröße | 1.61 MB |
| Installationsanzahl | 4,269 |
| Aktuelle Version | 2.6.0 |
| Letztes Update | 2023-05-21 |
| Veröffentlichungsdatum | 2020-05-21 |
| Bewertung | 4.35/5 Insgesamt 54 Bewertungen |
| Entwickler | sue445 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/sue445/chrome-gitlab-notifier |
| Hilfeseite URL | https://github.com/sue445/chrome-gitlab-notifier/issues |
| URL der Datenschutzrichtlinien-Seite | https://github.com/sue445/chrome-gitlab-notifier/blob/master/PRIVACY_POLICY.md |
| Unterstützte Sprachen | 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"
}
} | |