GitLab Manager

Manage your GitLab projects and todos

Qu'est-ce que GitLab Manager ?

GitLab Manager est une extension Chrome développée par Leonardo Luiz, et sa fonction principale est "Manage your GitLab projects and todos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GitLab Manager

Téléchargez les fichiers d'extension GitLab Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GitLab Manager GitLab Manager
ID adjbkadckkobnjhnljgpbaelndnagagm
URL Officiel https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm
Description Manage your GitLab projects and todos
Taille du Fichier 1.71 MB
Nombre d'Installations 590
Version Actuelle 0.17.2
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-05
Évaluation 4.71/5 Total 7 Évaluations
Développeur Leonardo Luiz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/leonardokl/gitlab-chrome-extension
URL de la Page d'Aide https://github.com/leonardokl/gitlab-chrome-extension
Langues Prises en Charge 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:\/\/*\/"
    ]
}