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!」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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]"
}
}
} | |