GitLab Dashboard

This extension shows a dashboard for all projects in GitLab

Co to jest GitLab Dashboard?

GitLab Dashboard to rozszerzenie Chrome opracowane przez gitlab.dashboard, a jego główną funkcją jest „This extension shows a dashboard for all projects in GitLab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GitLab Dashboard

Pobierz pliki rozszerzeń GitLab Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GitLab Dashboard GitLab Dashboard
ID leppeleneeeiicclfofnahpncincelfi
Oficjalny URL https://chromewebstore.google.com/detail/gitlab-dashboard/leppeleneeeiicclfofnahpncincelfi
Opis This extension shows a dashboard for all projects in GitLab
Rozmiar pliku 1.53 MB
Liczba instalacji 158
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2018-03-19
Data Publikacji 2018-03-19
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper gitlab.dashboard
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/brunabxs/gitlab-dashboard
Adres URL Strony Pomocy https://github.com/brunabxs/gitlab-dashboard/issues
Obsługiwane Języki 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'"
}