GitLab Notifier for Google Chrome™

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

GitLab Notifier for Google Chrome™とは何ですか?

GitLab Notifier for Google Chrome™はsue445によって開発されたChromeの拡張機能で、その主な機能は「Notify GitLab events (Commit, Issue, MergeRequest and Milestone)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GitLab Notifier for Google Chrome™拡張機能のCRXファイルをダウンロード

GitLab Notifier for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        [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                    

拡張機能の基本情報

名前 GitLab Notifier for Google Chrome™ GitLab Notifier for Google Chrome™
ID eageapgbnjicdjjihgclpclilenjbobi
公式URL https://chromewebstore.google.com/detail/gitlab-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi
説明 Notify GitLab events (Commit, Issue, MergeRequest and Milestone)
ファイルサイズ 1.61 MB
インストール数 4,269
現在のバージョン 2.6.0
最終更新日 2023-05-21
公開日 2020-05-21
評価 4.35/5 合計 54 レビュー
開発者 sue445
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sue445/chrome-gitlab-notifier
ヘルプページのURL https://github.com/sue445/chrome-gitlab-notifier/issues
プライバシーポリシーページのURL https://github.com/sue445/chrome-gitlab-notifier/blob/master/PRIVACY_POLICY.md
対応言語 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"
    }
}