Gitlab Pipelines

Show Gitlab pipelines of multiple projects in one place

Was ist Gitlab Pipelines?

Gitlab Pipelines ist eine Chrome-Erweiterung, die von linkeo entwickelt wurde, und ihr Hauptmerkmal ist "Show Gitlab pipelines of multiple projects in one place".

Erweiterungsscreenshots

screenshot
screenshot

Gitlab Pipelines-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gitlab Pipelines-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Show running pipelines in all of your **starred** projects in Gitlab. Additionally, status changes will be notified.                    

Grundlegende Informationen zur Erweiterung

Name Gitlab Pipelines Gitlab Pipelines
ID nfoaonbhchmgfipmikcbomoboefbjcan
Offizielle URL https://chrome.google.com/webstore/detail/gitlab-pipelines/nfoaonbhchmgfipmikcbomoboefbjcan
Beschreibung Show Gitlab pipelines of multiple projects in one place
Dateigröße 825 KB
Installationsanzahl 23
Aktuelle Version 1.0.3
Letztes Update 2018-06-27
Veröffentlichungsdatum 2018-06-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler linkeo
Zahlungsart free
Unterstützte Sprachen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab Pipelines",
    "description": "Show Gitlab pipelines of multiple projects in one place",
    "version": "1.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icons\/icon_32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    }
}