GitLab Manager
Manage your GitLab projects and todos
Wat is GitLab Manager?
GitLab Manager is een Chrome-extensie ontwikkeld door Leonardo Luiz, en de belangrijkste functie is "Manage your GitLab projects and todos".
Extensie Screenshots
Download het CRX-bestand van de extensie GitLab Manager
Download GitLab Manager-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
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
Basisinformatie over de Extensie
Naam | GitLab Manager |
ID | adjbkadckkobnjhnljgpbaelndnagagm |
Officiële URL | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
Beschrijving | Manage your GitLab projects and todos |
Bestandsgrootte | 1.71 MB |
Aantal Installaties | 590 |
Huidige Versie | 0.17.2 |
Laatst Bijgewerkt | 2019-03-05 |
Publicatiedatum | 2019-03-05 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Leonardo Luiz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/leonardokl/gitlab-chrome-extension |
Help Pagina-URL | https://github.com/leonardokl/gitlab-chrome-extension |
Ondersteunde Talen | 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:\/\/*\/" ] } |