GitLab Manager

Manage your GitLab projects and todos

Co to jest GitLab Manager?

GitLab Manager to rozszerzenie Chrome opracowane przez Leonardo Luiz, a jego główną funkcją jest „Manage your GitLab projects and todos”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GitLab Manager

Pobierz pliki rozszerzeń GitLab Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GitLab Manager GitLab Manager
ID adjbkadckkobnjhnljgpbaelndnagagm
Oficjalny URL https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm
Opis Manage your GitLab projects and todos
Rozmiar pliku 1.71 MB
Liczba instalacji 590
Aktualna Wersja 0.17.2
Ostatnia Aktualizacja 2019-03-05
Data Publikacji 2019-03-05
Ocena 4.71/5 Łącznie 7 Oceny
Deweloper Leonardo Luiz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/leonardokl/gitlab-chrome-extension
Adres URL Strony Pomocy https://github.com/leonardokl/gitlab-chrome-extension
Obsługiwane Języki 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:\/\/*\/"
    ]
}