GitLab - Time Tracking

Control the time tracking in the GitLab with this extension.

O que é GitLab - Time Tracking?

GitLab - Time Tracking é uma extensão do Chrome desenvolvida por lucas.monteiro, e sua principal característica é "Control the time tracking in the GitLab with this extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GitLab - Time Tracking

Baixe arquivos de extensão GitLab - Time Tracking 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

                        Control the time tracking in the GitLab with this extension                    

Informações Básicas da Extensão

Nome GitLab - Time Tracking GitLab - Time Tracking
ID mfchgpfejndkfdjkcjgmkkgiklobhibp
URL Oficial https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp
Descrição Control the time tracking in the GitLab with this extension.
Tamanho do Arquivo 90 KB
Contagem de Instalações 15
Versão Atual 1.2
Última Atualização 2019-06-11
Data de Publicação 2019-06-11
Desenvolvedor lucas.monteiro
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab - Time Tracking",
    "description": "Control the time tracking in the GitLab with this extension.",
    "version": "1.2",
    "author": "Lucas Monteiro",
    "options_page": "options\/index.html",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gitlab.com\/*\/issues\/*"
            ],
            "js": [
                "scripts\/moment.min.js",
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/time.js"
            ]
        }
    ]
}