GitLab Notifier for Google Chrome™

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

Apa itu GitLab Notifier for Google Chrome™?

GitLab Notifier for Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh sue445, dan fitur utamanya adalah "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GitLab Notifier for Google Chrome™

Unduh file ekstensi GitLab Notifier for Google Chrome™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        [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                    

Informasi Dasar Ekstensi

Nama GitLab Notifier for Google Chrome™ GitLab Notifier for Google Chrome™
ID eageapgbnjicdjjihgclpclilenjbobi
URL Resmi https://chromewebstore.google.com/detail/gitlab-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi
Deskripsi Notify GitLab events (Commit, Issue, MergeRequest and Milestone)
Ukuran File 1.61 MB
Jumlah Instalasi 4,269
Versi Saat Ini 2.6.0
Terakhir Diperbarui 2023-05-21
Tanggal Publikasi 2020-05-21
Penilaian 4.35/5 Total 54 Penilaian
Pengembang sue445
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sue445/chrome-gitlab-notifier
URL Halaman Bantuan https://github.com/sue445/chrome-gitlab-notifier/issues
URL Halaman Kebijakan Privasi https://github.com/sue445/chrome-gitlab-notifier/blob/master/PRIVACY_POLICY.md
Bahasa yang Didukung 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"
    }
}