GitLab Dashboard

This extension shows a dashboard for all projects in GitLab

GitLab Dashboard क्या है?

GitLab Dashboard gitlab.dashboard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a dashboard for all projects in GitLab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitLab Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}