Gitlab CI Dashboard
Manage your Gitlab pipelines in 2 clicks!
Was ist Gitlab CI Dashboard?
Gitlab CI Dashboard ist eine Chrome-Erweiterung, die von https://pixel-perfect.dev entwickelt wurde, und ihr Hauptmerkmal ist "Manage your Gitlab pipelines in 2 clicks!".
Erweiterungsscreenshots
Gitlab CI Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gitlab CI 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
Features: - 🔐️ Use your Gitlab account from gitlab.com, self-hosted GitLab Community Edition (CE) or self-hosted GitLab Enterprise Edition (EE) server. - 🔎 Search for your personal depots and public ones. - 🖥 Keep track of pipelines and show jobs details. - 🛠 Trigger, abort and retry pipeline or job. Plugin is in beta, send your feedback here: https://tally.so/r/3jebP4 Also available on your JetBrains IDE with more features: https://plugins.jetbrains.com/plugin/15457-gitlab-ci-dashboard
Grundlegende Informationen zur Erweiterung
Name | Gitlab CI Dashboard |
ID | cmemccamcgimfmellbnblebeajdfjogl |
Offizielle URL | https://chromewebstore.google.com/detail/gitlab-ci-dashboard/cmemccamcgimfmellbnblebeajdfjogl |
Beschreibung | Manage your Gitlab pipelines in 2 clicks! |
Dateigröße | 1.27 MB |
Installationsanzahl | 87 |
Aktuelle Version | 2023.0.2 |
Letztes Update | 2023-04-15 |
Veröffentlichungsdatum | 2023-03-02 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://pixel-perfect.dev |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://pixel-perfect.dev |
URL der Datenschutzrichtlinien-Seite | https://pixel-perfect.dev/privacy-policy.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gitlab CI Dashboard", "version": "2023.0.2", "description": "Manage your Gitlab pipelines in 2 clicks!", "manifest_version": 3, "icons": { "16": "icons\/ic_plugin_gitlab_16.png", "48": "icons\/ic_plugin_gitlab_48.png", "128": "icons\/ic_plugin_gitlab_128.png" }, "action": { "default_icon": "icons\/ic_plugin_gitlab_48.png", "default_popup": "index.html?popup=true", "default_title": "Gitlab Dashboard" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |