GitLab Notifier for Google Chrome™

Notify GitLab events (Commit, Issue, MergeRequest and Milestone)

GitLab Notifier for Google Chrome™ là gì?

GitLab Notifier for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi sue445, và tính năng chính của nó là "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitLab Notifier for Google Chrome™

Tải xuống các tệp mở rộng GitLab Notifier for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        [Requirements]
API v3
・GitLab v5.3.0+ and v6.0.x and v6.2.0+
  ・only 6.1.0 is not supported
  ・v7.9.0+ is recommended

API v4
・GitLab v9.5.0+

[Usage]
1. Install this extension
2. Open extension option
3. Input these
 ・Gitlab Path
 ・Gitlab API Path
 ・Private token
  ・Gitlab -> Edit Profile -> Account
4. Refresh Repository List
5. Check events
6. Save
7. Wait a minute

[More Document]
https://github.com/sue445/chrome-gitlab-notifier/blob/master/README.md
https://github.com/sue445/chrome-gitlab-notifier/blob/master/CHANGELOG.md

[Support]
https://github.com/sue445/chrome-gitlab-notifier                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitLab Notifier for Google Chrome™ GitLab Notifier for Google Chrome™
ID eageapgbnjicdjjihgclpclilenjbobi
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi
Mô tả Notify GitLab events (Commit, Issue, MergeRequest and Milestone)
Kích Thước Tệp 1.61 MB
Số Lần Cài Đặt 4,269
Phiên Bản Hiện Tại 2.6.0
Cập Nhật Lần Cuối 2023-05-21
Ngày Phát Hành 2020-05-21
Đánh Giá 4.35/5 Tổng số 54 Đánh Giá
Nhà Phát Triển sue445
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sue445/chrome-gitlab-notifier
URL Trang Trợ Giúp https://github.com/sue445/chrome-gitlab-notifier/issues
URL Trang Chính Sách Bảo Mật https://github.com/sue445/chrome-gitlab-notifier/blob/master/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab Notifier for Google Chrome\u2122",
    "description": "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)",
    "version": "2.6.0",
    "icons": {
        "16": "img\/gitlab_logo_16.png",
        "48": "img\/gitlab_logo_48.png",
        "128": "img\/gitlab_logo_128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/gitlab_logo_128.png",
        "default_popup": "popup.html"
    }
}