GitLab Notifier for Google Chrome™

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

O que é GitLab Notifier for Google Chrome™?

GitLab Notifier for Google Chrome™ é uma extensão do Chrome desenvolvida por sue445, e sua principal característica é "Notify GitLab events (Commit, Issue, MergeRequest and Milestone)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GitLab Notifier for Google Chrome™

Baixe arquivos de extensão GitLab Notifier for Google Chrome™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        [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                    

Informações Básicas da Extensão

Nome GitLab Notifier for Google Chrome™ GitLab Notifier for Google Chrome™
ID eageapgbnjicdjjihgclpclilenjbobi
URL Oficial https://chromewebstore.google.com/detail/gitlab-notifier-for-googl/eageapgbnjicdjjihgclpclilenjbobi
Descrição Notify GitLab events (Commit, Issue, MergeRequest and Milestone)
Tamanho do Arquivo 1.61 MB
Contagem de Instalações 4,269
Versão Atual 2.6.0
Última Atualização 2023-05-21
Data de Publicação 2020-05-21
Classificação 4.35/5 Total de 54 Avaliações
Desenvolvedor sue445
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sue445/chrome-gitlab-notifier
URL da Página de Ajuda https://github.com/sue445/chrome-gitlab-notifier/issues
URL da Página de Política de Privacidade https://github.com/sue445/chrome-gitlab-notifier/blob/master/PRIVACY_POLICY.md
Idiomas Suportados 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"
    }
}