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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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'" } |