GitLab Manager

Manage your GitLab projects and todos

Что такое GitLab Manager?

GitLab Manager - это расширение Chrome, разработанное Leonardo Luiz, и его основная функция - "Manage your GitLab projects and todos".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения GitLab Manager

Скачайте файлы расширений GitLab Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название GitLab Manager GitLab Manager
ID adjbkadckkobnjhnljgpbaelndnagagm
Официальный URL https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm
Описание Manage your GitLab projects and todos
Размер файла 1.71 MB
Количество установок 590
Текущая Версия 0.17.2
Последнее Обновление 2019-03-05
Дата публикации 2019-03-05
Рейтинг 4.71/5 Всего 7 оценок
Разработчик Leonardo Luiz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/leonardokl/gitlab-chrome-extension
URL страницы помощи https://github.com/leonardokl/gitlab-chrome-extension
Поддерживаемые языки 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:\/\/*\/"
    ]
}