Gitlab Pipelines
Show Gitlab pipelines of multiple projects in one place
Wat is Gitlab Pipelines?
Gitlab Pipelines is een Chrome-extensie ontwikkeld door linkeo, en de belangrijkste functie is "Show Gitlab pipelines of multiple projects in one place".
Extensie Screenshots
Download het CRX-bestand van de extensie Gitlab Pipelines
Download Gitlab Pipelines-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show running pipelines in all of your **starred** projects in Gitlab. Additionally, status changes will be notified.
Basisinformatie over de Extensie
Naam | |
ID | nfoaonbhchmgfipmikcbomoboefbjcan |
Officiële URL | https://chrome.google.com/webstore/detail/gitlab-pipelines/nfoaonbhchmgfipmikcbomoboefbjcan |
Beschrijving | Show Gitlab pipelines of multiple projects in one place |
Bestandsgrootte | 825 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2018-06-27 |
Publicatiedatum | 2018-06-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | linkeo |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |