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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
        }
    }
}