GitLab Dashboard

This extension shows a dashboard for all projects in GitLab

GitLab Dashboard là gì?

GitLab Dashboard là một tiện ích mở rộng Chrome được phát triển bởi gitlab.dashboard, và tính năng chính của nó là "This extension shows a dashboard for all projects in GitLab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitLab Dashboard

Tải xuống các tệp mở rộng GitLab Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitLab Dashboard GitLab Dashboard
ID leppeleneeeiicclfofnahpncincelfi
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-dashboard/leppeleneeeiicclfofnahpncincelfi
Mô tả This extension shows a dashboard for all projects in GitLab
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2018-03-19
Ngày Phát Hành 2018-03-19
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gitlab.dashboard
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/brunabxs/gitlab-dashboard
URL Trang Trợ Giúp https://github.com/brunabxs/gitlab-dashboard/issues
Ngôn Ngữ Được Hỗ Trợ 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'"
}