Gitlab Pipelines
Show Gitlab pipelines of multiple projects in one place
Vad är Gitlab Pipelines?
Gitlab Pipelines är en Chrome-tillägg utvecklad av linkeo, och dess huvudfunktion är "Show Gitlab pipelines of multiple projects in one place".
Tilläggsskärmbilder
Ladda ner Gitlab Pipelines-förlängningens CRX-fil
Ladda ner Gitlab Pipelines-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Show running pipelines in all of your **starred** projects in Gitlab. Additionally, status changes will be notified.
Grundläggande Information om Tillägg
Namn | |
ID | nfoaonbhchmgfipmikcbomoboefbjcan |
Officiell webbadress | https://chrome.google.com/webstore/detail/gitlab-pipelines/nfoaonbhchmgfipmikcbomoboefbjcan |
Beskrivning | Show Gitlab pipelines of multiple projects in one place |
Filstorlek | 825 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2018-06-27 |
Publiceringsdatum | 2018-06-27 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | linkeo |
Betalningssätt | free |
Stödda Språk | 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" } } |