GitLab Dashboard
This extension shows a dashboard for all projects in GitLab
Qu'est-ce que GitLab Dashboard ?
GitLab Dashboard est une extension Chrome développée par gitlab.dashboard, et sa fonction principale est "This extension shows a dashboard for all projects in GitLab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitLab Dashboard
Téléchargez les fichiers d'extension GitLab Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GitLab Dashboard |
ID | leppeleneeeiicclfofnahpncincelfi |
URL Officiel | https://chromewebstore.google.com/detail/gitlab-dashboard/leppeleneeeiicclfofnahpncincelfi |
Description | This extension shows a dashboard for all projects in GitLab |
Taille du Fichier | 1.53 MB |
Nombre d'Installations | 158 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2018-03-19 |
Date de Publication | 2018-03-19 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | gitlab.dashboard |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/brunabxs/gitlab-dashboard |
URL de la Page d'Aide | https://github.com/brunabxs/gitlab-dashboard/issues |
Langues Prises en Charge | 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'" } |