GitLab Dashboard
This extension shows a dashboard for all projects in GitLab
ما هو GitLab Dashboard؟
GitLab Dashboard هو إضافة Chrome تم تطويرها بواسطة gitlab.dashboard، والميزة الرئيسية لها هي "This extension shows a dashboard for all projects in GitLab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitLab Dashboard
قم بتنزيل ملفات الامتداد GitLab Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gitlab Dashboard is a browser extension that helps developers that use Gitlab as version control system to keep track of their project and branches in real time. It displays information of private (self-hosted) or public Gitlab projects, like name and opened merge requests and also the current status of their pipeline. After configuring the version control system API access, the user can select which projects and branches should be displayed on dashboard.
معلومات أساسية عن التمديد
الاسم | GitLab Dashboard |
ID | leppeleneeeiicclfofnahpncincelfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gitlab-dashboard/leppeleneeeiicclfofnahpncincelfi |
الوصف | This extension shows a dashboard for all projects in GitLab |
حجم الملف | 1.53 MB |
عدد التثبيتات | 158 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2018-03-19 |
تاريخ النشر | 2018-03-19 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | gitlab.dashboard |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/brunabxs/gitlab-dashboard |
عنوان صفحة المساعدة | https://github.com/brunabxs/gitlab-dashboard/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab Dashboard", "description": "This extension shows a dashboard for all projects in GitLab", "version": "1.5.0", "icons": { "16": "icons\/gitlab-logo16.png", "24": "icons\/gitlab-logo24.png", "32": "icons\/gitlab-logo32.png", "48": "icons\/gitlab-logo48.png", "128": "icons\/gitlab-logo128.png" }, "browser_action": { "default_icon": { "16": "icons\/gitlab-logo16.png", "24": "icons\/gitlab-logo24.png", "32": "icons\/gitlab-logo32.png", "48": "icons\/gitlab-logo48.png" } }, "background": { "scripts": [ "scripts\/start.js" ], "persistent": false }, "options_ui": { "page": "settings.html", "chrome_style": true }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |