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 |
电子邮箱 | [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'" } |