Gitlab Pipelines
Show Gitlab pipelines of multiple projects in one place
Hvad er Gitlab Pipelines?
Gitlab Pipelines er en Chrome-udvidelse udviklet af linkeo, og dens hovedfunktion er "Show Gitlab pipelines of multiple projects in one place".
Udvidelsesskærmbilleder
Download Gitlab Pipelines-udvidelses-CRX-fil
Download Gitlab Pipelines-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Show running pipelines in all of your **starred** projects in Gitlab. Additionally, status changes will be notified.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nfoaonbhchmgfipmikcbomoboefbjcan |
Officiel URL | https://chrome.google.com/webstore/detail/gitlab-pipelines/nfoaonbhchmgfipmikcbomoboefbjcan |
Beskrivelse | Show Gitlab pipelines of multiple projects in one place |
Filstørrelse | 825 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2018-06-27 |
Udgivelsesdato | 2018-06-27 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | linkeo |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |