Gitlab CI Dashboard
Manage your Gitlab pipelines in 2 clicks!
Qu'est-ce que Gitlab CI Dashboard ?
Gitlab CI Dashboard est une extension Chrome développée par https://pixel-perfect.dev, et sa fonction principale est "Manage your Gitlab pipelines in 2 clicks!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gitlab CI Dashboard
Téléchargez les fichiers d'extension Gitlab CI 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
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
Informations de Base sur l'Extension
Nom | Gitlab CI Dashboard |
ID | cmemccamcgimfmellbnblebeajdfjogl |
URL Officiel | https://chromewebstore.google.com/detail/gitlab-ci-dashboard/cmemccamcgimfmellbnblebeajdfjogl |
Description | Manage your Gitlab pipelines in 2 clicks! |
Taille du Fichier | 1.27 MB |
Nombre d'Installations | 87 |
Version Actuelle | 2023.0.2 |
Dernière Mise à Jour | 2023-04-15 |
Date de Publication | 2023-03-02 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://pixel-perfect.dev |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://pixel-perfect.dev |
URL de la Page de Politique de Confidentialité | https://pixel-perfect.dev/privacy-policy.html |
Langues Prises en Charge | 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]" } } } |