Gitlab Pipelines
Show Gitlab pipelines of multiple projects in one place
What is Gitlab Pipelines?
Gitlab Pipelines is a Chrome extension developed by linkeo, and its main feature is "Show Gitlab pipelines of multiple projects in one place".
Extension Screenshots
Download Gitlab Pipelines Extension CRX File
Download Gitlab Pipelines extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Show running pipelines in all of your **starred** projects in Gitlab. Additionally, status changes will be notified.
Extension Basic Information
Name | |
ID | nfoaonbhchmgfipmikcbomoboefbjcan |
Official URL | https://chrome.google.com/webstore/detail/gitlab-pipelines/nfoaonbhchmgfipmikcbomoboefbjcan |
Description | Show Gitlab pipelines of multiple projects in one place |
File Size | 825 KB |
Installation Count | 23 |
Current Version | 1.0.3 |
Last Updated | 2018-06-27 |
Publish Date | 2018-06-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | linkeo |
Payment Type | free |
Supported Languages | 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" } } |