GitLab Manager

Manage your GitLab projects and todos

Was ist GitLab Manager?

GitLab Manager ist eine Chrome-Erweiterung, die von Leonardo Luiz entwickelt wurde, und ihr Hauptmerkmal ist "Manage your GitLab projects and todos".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

GitLab Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie GitLab Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name GitLab Manager GitLab Manager
ID adjbkadckkobnjhnljgpbaelndnagagm
Offizielle URL https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm
Beschreibung Manage your GitLab projects and todos
Dateigröße 1.71 MB
Installationsanzahl 590
Aktuelle Version 0.17.2
Letztes Update 2019-03-05
Veröffentlichungsdatum 2019-03-05
Bewertung 4.71/5 Insgesamt 7 Bewertungen
Entwickler Leonardo Luiz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/leonardokl/gitlab-chrome-extension
Hilfeseite URL https://github.com/leonardokl/gitlab-chrome-extension
Unterstützte Sprachen 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:\/\/*\/"
    ]
}