GitLab Manager
Manage your GitLab projects and todos
O que é GitLab Manager?
GitLab Manager é uma extensão do Chrome desenvolvida por Leonardo Luiz, e sua principal característica é "Manage your GitLab projects and todos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitLab Manager
Baixe arquivos de extensão GitLab Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | GitLab Manager |
ID | adjbkadckkobnjhnljgpbaelndnagagm |
URL Oficial | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
Descrição | Manage your GitLab projects and todos |
Tamanho do Arquivo | 1.71 MB |
Contagem de Instalações | 590 |
Versão Atual | 0.17.2 |
Última Atualização | 2019-03-05 |
Data de Publicação | 2019-03-05 |
Classificação | 4.71/5 Total de 7 Avaliações |
Desenvolvedor | Leonardo Luiz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/leonardokl/gitlab-chrome-extension |
URL da Página de Ajuda | https://github.com/leonardokl/gitlab-chrome-extension |
Idiomas Suportados | 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:\/\/*\/" ] } |