Gitlab CI Dashboard
Manage your Gitlab pipelines in 2 clicks!
What is Gitlab CI Dashboard?
Gitlab CI Dashboard is a Chrome extension developed by https://pixel-perfect.dev, and its main feature is "Manage your Gitlab pipelines in 2 clicks!".
Extension Screenshots
Download Gitlab CI Dashboard Extension CRX File
Download Gitlab CI Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Gitlab CI Dashboard |
ID | cmemccamcgimfmellbnblebeajdfjogl |
Official URL | https://chromewebstore.google.com/detail/gitlab-ci-dashboard/cmemccamcgimfmellbnblebeajdfjogl |
Description | Manage your Gitlab pipelines in 2 clicks! |
File Size | 1.27 MB |
Installation Count | 87 |
Current Version | 2023.0.2 |
Last Updated | 2023-04-15 |
Publish Date | 2023-03-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://pixel-perfect.dev |
[email protected] | |
Payment Type | in_app |
Extension Website | https://pixel-perfect.dev |
Privacy Policy Page URL | https://pixel-perfect.dev/privacy-policy.html |
Supported Languages | 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]" } } } |