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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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:\/\/*\/"
    ]
}