GitLab Manager
Manage your GitLab projects and todos
Cos'è GitLab Manager?
GitLab Manager è un'estensione di Chrome sviluppata da Leonardo Luiz, e la sua funzione principale è "Manage your GitLab projects and todos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitLab Manager
Scarica i file di estensione GitLab Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | adjbkadckkobnjhnljgpbaelndnagagm |
| URL Ufficiale | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
| Descrizione | Manage your GitLab projects and todos |
| Dimensione del File | 1.71 MB |
| Conteggio Installazioni | 590 |
| Versione Corrente | 0.17.2 |
| Ultimo Aggiornamento | 2019-03-05 |
| Data di Pubblicazione | 2019-03-05 |
| Valutazione | 4.71/5 Totale 7 Valutazioni |
| Sviluppatore | Leonardo Luiz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/leonardokl/gitlab-chrome-extension |
| URL della Pagina di Aiuto | https://github.com/leonardokl/gitlab-chrome-extension |
| Lingue Supportate | 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:\/\/*\/"
]
} | |