GitLab Web Debugger

Allows easy debugging of GitLab.com (and other official GitLab instances)

GitLab Web Debugger क्या है?

GitLab Web Debugger Hendrik 'T4cC0re' Meyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows easy debugging of GitLab.com (and other official GitLab instances)"।

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

screenshot

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

crx प्रारूप में GitLab Web Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Note: This is a side-project of a GitLab former employee, not an official GitLab product.

This chrome extension is only active on official GitLab instances. That means https://gitlab.com and other instances used internally at GitLab.

It aids developers, engineers and customers in identifying the root cause of a page load error by extracting the correlation ID of a request.

This correlation ID can help us, when you as a customer provide this ID when reporting an issue. The data behind that ID can only be seen by GitLab employees.

This extension cannot access any data not on GitLab domains.                    

एक्सटेंशन की मूल जानकारी

नाम GitLab Web Debugger GitLab Web Debugger
ID pjpihpogiidfbgdbmkmmhileaijeakan
आधिकारिक URL https://chromewebstore.google.com/detail/gitlab-web-debugger/pjpihpogiidfbgdbmkmmhileaijeakan
विवरण Allows easy debugging of GitLab.com (and other official GitLab instances)
फ़ाइल का आकार 51.38 KB
स्थापना संख्या 76
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-06-10
प्रकाशन तिथि 2019-10-18
डेवलपर Hendrik 'T4cC0re' Meyer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/T4cC0re/gitlab-web-debugger
सहायता पृष्ठ URL https://gitlab.com/T4cC0re/gitlab-web-debugger/-/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab Web Debugger",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Allows easy debugging of GitLab.com (and other official GitLab instances)",
    "homepage_url": "https:\/\/gitlab.com\/T4cC0re\/gitlab-web-debugger",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Show GitLab debug information",
        "default_popup": "src\/pageaction.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "clipboardWrite",
        "webRequest",
        "https:\/\/gitlab.com\/",
        "https:\/\/*.gitlab.com\/",
        "https:\/\/*.gitlab.net\/",
        "https:\/\/*.gitlab.org\/"
    ]
}