Gitlab CI Dashboard

Manage your Gitlab pipelines in 2 clicks!

什么是Gitlab CI Dashboard?

Gitlab CI Dashboard是由https://pixel-perfect.dev开发的Chrome扩展程序,该扩展的主要功能是“Manage your Gitlab pipelines in 2 clicks!”。

扩展截图

screenshot
screenshot

下载Gitlab CI Dashboard扩展crx文件

下载Gitlab CI Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Gitlab CI Dashboard Gitlab CI Dashboard
ID cmemccamcgimfmellbnblebeajdfjogl
官方URL https://chromewebstore.google.com/detail/gitlab-ci-dashboard/cmemccamcgimfmellbnblebeajdfjogl
简介 Manage your Gitlab pipelines in 2 clicks!
文件大小 1.27 MB
安装次数 87
当前版本 2023.0.2
更新时间 2023-04-15
上架时间 2023-03-02
评分 3.00/5 共2次评分
开发者 https://pixel-perfect.dev
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://pixel-perfect.dev
隐私政策页面URL https://pixel-perfect.dev/privacy-policy.html
支持的语言 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]"
        }
    }
}