GitLab Notify

Don't miss any GitLab merge requests or issues and rocket up your productivity.

GitLab Notify क्या है?

GitLab Notify Corentin Mors द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't miss any GitLab merge requests or issues and rocket up your productivity."।

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

screenshot
screenshot
screenshot

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

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

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

                        The GitLab interface might be a bit blurry to see which merge requests need your attention. This extension aims to fix this experience by providing a simple popup and notification of the merge requests you were assigned (or set as reviewer) to and the ones you created.You can also access to all your issues and todo list tasks.


Gitlab Notify is able to:
- List Merge Requests you are assigned to
- List Merge Requests you created
- List your draft Merge Requests
- List Issues you are assigned to
- Display your To-Do List
- Pick a random contributor of a repository to assign them to a MR
- Display the pipelines statuses and unresolved threads for merges requests


This product works for any GitLab instance (official or self-hosted).
All your data stays on your computer and this product is free and open-source. Feel free to contribute!                    

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

नाम GitLab Notify GitLab Notify
ID ekfpkkhpemajcbniegjicehdphdabhop
आधिकारिक URL https://chromewebstore.google.com/detail/gitlab-notify/ekfpkkhpemajcbniegjicehdphdabhop
विवरण Don't miss any GitLab merge requests or issues and rocket up your productivity.
फ़ाइल का आकार 368 KB
स्थापना संख्या 847
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2024-01-09
प्रकाशन तिथि 2020-06-24
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Corentin Mors
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Mikescops/gitlab-notify-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.0",
    "name": "GitLab Notify",
    "short_name": "GitLab Notify",
    "description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.",
    "icons": {
        "48": "icon48.cda4501f.png",
        "96": "icon96.afedefe9.png",
        "128": "icon128.f4b2d122.png"
    },
    "background": {
        "service_worker": "background.2f09346e.js"
    },
    "options_ui": {
        "page": "options.c9dfe737.html"
    },
    "action": {
        "default_popup": "popup.c42fdb06.html"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage"
    ]
}