Gitlab CI Dashboard
Manage your Gitlab pipelines in 2 clicks!
Vad är Gitlab CI Dashboard?
Gitlab CI Dashboard är en Chrome-tillägg utvecklad av https://pixel-perfect.dev, och dess huvudfunktion är "Manage your Gitlab pipelines in 2 clicks!".
Tilläggsskärmbilder
Ladda ner Gitlab CI Dashboard-förlängningens CRX-fil
Ladda ner Gitlab CI Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Gitlab CI Dashboard |
ID | cmemccamcgimfmellbnblebeajdfjogl |
Officiell webbadress | https://chromewebstore.google.com/detail/gitlab-ci-dashboard/cmemccamcgimfmellbnblebeajdfjogl |
Beskrivning | Manage your Gitlab pipelines in 2 clicks! |
Filstorlek | 1.27 MB |
Antal Installationer | 87 |
Aktuell Version | 2023.0.2 |
Senast Uppdaterad | 2023-04-15 |
Publiceringsdatum | 2023-03-02 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | https://pixel-perfect.dev |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://pixel-perfect.dev |
URL till Sekretesspolicy Sidan | https://pixel-perfect.dev/privacy-policy.html |
Stödda Språk | 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]" } } } |