GitLab Manager

Manage your GitLab projects and todos

GitLab Manager क्या है?

GitLab Manager Leonardo Luiz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your GitLab projects and todos"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में GitLab Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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:\/\/*\/"
    ]
}