Gitlab Pipelines
Show Gitlab pipelines of multiple projects in one place
ما هو Gitlab Pipelines؟
Gitlab Pipelines هو إضافة Chrome تم تطويرها بواسطة linkeo، والميزة الرئيسية لها هي "Show Gitlab pipelines of multiple projects in one place".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gitlab Pipelines
قم بتنزيل ملفات الامتداد Gitlab Pipelines بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show running pipelines in all of your **starred** projects in Gitlab. Additionally, status changes will be notified.
معلومات أساسية عن التمديد
الاسم | |
ID | nfoaonbhchmgfipmikcbomoboefbjcan |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gitlab-pipelines/nfoaonbhchmgfipmikcbomoboefbjcan |
الوصف | Show Gitlab pipelines of multiple projects in one place |
حجم الملف | 825 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2018-06-27 |
تاريخ النشر | 2018-06-27 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | linkeo |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gitlab Pipelines", "description": "Show Gitlab pipelines of multiple projects in one place", "version": "1.0.3", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/icons\/icon_32.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "notifications", "tabs", "alarms" ], "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" } } |