GitLab Manager
Manage your GitLab projects and todos
What is GitLab Manager?
GitLab Manager is a Chrome extension developed by Leonardo Luiz, and its main feature is "Manage your GitLab projects and todos".
Extension Screenshots
Download GitLab Manager Extension CRX File
Download GitLab Manager 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
Features - Projects search - Create issues - Todos list - Todos notifications - Pin your projects to quickly access - Copy to clipboard the recommended branch name of an issue - Configurable GitLab endpoint
Extension Basic Information
Name | GitLab Manager |
ID | adjbkadckkobnjhnljgpbaelndnagagm |
Official URL | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
Description | Manage your GitLab projects and todos |
File Size | 1.71 MB |
Installation Count | 590 |
Current Version | 0.17.2 |
Last Updated | 2019-03-05 |
Publish Date | 2019-03-05 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Leonardo Luiz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/leonardokl/gitlab-chrome-extension |
Help Page URL | https://github.com/leonardokl/gitlab-chrome-extension |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab Manager", "description": "Manage your GitLab projects and todos", "version": "0.17.2", "browser_action": { "default_icon": "public\/images\/logo.png", "default_popup": "public\/index.html" }, "background": { "scripts": [ "public\/js\/event.js" ], "persistent": false }, "options_ui": { "page": "public\/options\/index.html", "chrome_style": true }, "permissions": [ "alarms", "notifications", "storage", "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |