GitLab Dashboard
This extension shows a dashboard for all projects in GitLab
Was ist GitLab Dashboard?
GitLab Dashboard ist eine Chrome-Erweiterung, die von gitlab.dashboard entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows a dashboard for all projects in GitLab".
Erweiterungsscreenshots
GitLab Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitLab Dashboard-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
Gitlab Dashboard is a browser extension that helps developers that use Gitlab as version control system to keep track of their project and branches in real time. It displays information of private (self-hosted) or public Gitlab projects, like name and opened merge requests and also the current status of their pipeline. After configuring the version control system API access, the user can select which projects and branches should be displayed on dashboard.
Grundlegende Informationen zur Erweiterung
Name | GitLab Dashboard |
ID | leppeleneeeiicclfofnahpncincelfi |
Offizielle URL | https://chromewebstore.google.com/detail/gitlab-dashboard/leppeleneeeiicclfofnahpncincelfi |
Beschreibung | This extension shows a dashboard for all projects in GitLab |
Dateigröße | 1.53 MB |
Installationsanzahl | 158 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2018-03-19 |
Veröffentlichungsdatum | 2018-03-19 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | gitlab.dashboard |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/brunabxs/gitlab-dashboard |
Hilfeseite URL | https://github.com/brunabxs/gitlab-dashboard/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab Dashboard", "description": "This extension shows a dashboard for all projects in GitLab", "version": "1.5.0", "icons": { "16": "icons\/gitlab-logo16.png", "24": "icons\/gitlab-logo24.png", "32": "icons\/gitlab-logo32.png", "48": "icons\/gitlab-logo48.png", "128": "icons\/gitlab-logo128.png" }, "browser_action": { "default_icon": { "16": "icons\/gitlab-logo16.png", "24": "icons\/gitlab-logo24.png", "32": "icons\/gitlab-logo32.png", "48": "icons\/gitlab-logo48.png" } }, "background": { "scripts": [ "scripts\/start.js" ], "persistent": false }, "options_ui": { "page": "settings.html", "chrome_style": true }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |