GitLab Dashboard
This extension shows a dashboard for all projects in GitLab
GitLab Dashboardとは何ですか?
GitLab Dashboardはgitlab.dashboardによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a dashboard for all projects in GitLab」です。
拡張機能のスクリーンショット
GitLab Dashboard拡張機能のCRXファイルをダウンロード
GitLab Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gitlab Dashboard is a browser extension that helps developers that use Gitlab as version control system to keep track of their project and branches in real time. It displays information of private (self-hosted) or public Gitlab projects, like name and opened merge requests and also the current status of their pipeline. After configuring the version control system API access, the user can select which projects and branches should be displayed on dashboard.
拡張機能の基本情報
名前 | GitLab Dashboard |
ID | leppeleneeeiicclfofnahpncincelfi |
公式URL | https://chromewebstore.google.com/detail/gitlab-dashboard/leppeleneeeiicclfofnahpncincelfi |
説明 | This extension shows a dashboard for all projects in GitLab |
ファイルサイズ | 1.53 MB |
インストール数 | 158 |
現在のバージョン | 1.5.0 |
最終更新日 | 2018-03-19 |
公開日 | 2018-03-19 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | gitlab.dashboard |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/brunabxs/gitlab-dashboard |
ヘルプページのURL | https://github.com/brunabxs/gitlab-dashboard/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab Dashboard", "description": "This extension shows a dashboard for all projects in GitLab", "version": "1.5.0", "icons": { "16": "icons\/gitlab-logo16.png", "24": "icons\/gitlab-logo24.png", "32": "icons\/gitlab-logo32.png", "48": "icons\/gitlab-logo48.png", "128": "icons\/gitlab-logo128.png" }, "browser_action": { "default_icon": { "16": "icons\/gitlab-logo16.png", "24": "icons\/gitlab-logo24.png", "32": "icons\/gitlab-logo32.png", "48": "icons\/gitlab-logo48.png" } }, "background": { "scripts": [ "scripts\/start.js" ], "persistent": false }, "options_ui": { "page": "settings.html", "chrome_style": true }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |