GitLab Notify

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

什么是GitLab Notify?

GitLab Notify是由Corentin Mors开发的Chrome扩展程序,该扩展的主要功能是“Don't miss any GitLab merge requests or issues and rocket up your productivity.”。

扩展截图

screenshot
screenshot
screenshot

下载GitLab Notify扩展crx文件

下载GitLab Notify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}