YouTrack Time Tracker

Adds Start/Stop button to track time in YouTrack.

O que é YouTrack Time Tracker?

YouTrack Time Tracker é uma extensão do Chrome desenvolvida por Sergey Korzh, e sua principal característica é "Adds Start/Stop button to track time in YouTrack.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTrack Time Tracker

Baixe arquivos de extensão YouTrack Time Tracker 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

                        YouTrack Time Tracker is a Chrome extension that provides a convenient and efficient way to track time in the YouTrack. This extension allows users to add a start/stop button on the issue page, which makes it easy to keep track of time spent on specific tasks or projects.

With YouTrack Time Tracker, users can seamlessly integrate time tracking into their workflow without the need for manual tracking or additional tools. The extension is designed to be user-friendly, intuitive, and easy to install, making it ideal for professionals, teams, and organizations looking to streamline their time tracking process.

It is a valuable tool for anyone who needs to track their time in the YouTrack Project management tool, as it helps users to manage their time more effectively, increase productivity, and optimize their workflow.

Github repository: https://github.com/ikorgik/youtrack-timer                    

Informações Básicas da Extensão

Nome YouTrack Time Tracker YouTrack Time Tracker
ID nahoodjdihpfpfjiblalpnkaanebkdnf
URL Oficial https://chromewebstore.google.com/detail/youtrack-time-tracker/nahoodjdihpfpfjiblalpnkaanebkdnf
Descrição Adds Start/Stop button to track time in YouTrack.
Tamanho do Arquivo 162 KB
Contagem de Instalações 113
Versão Atual 1.0.7
Última Atualização 2024-01-03
Data de Publicação 2023-04-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Sergey Korzh
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/api.js",
                "js\/content-script.js"
            ],
            "matches": [
                "https:\/\/*.youtrack.cloud\/*"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "description": "Adds Start\/Stop button to track time in YouTrack.",
    "icons": {
        "128": "images\/[email protected]",
        "16": "images\/[email protected]",
        "48": "images\/[email protected]"
    },
    "manifest_version": 3,
    "name": "YouTrack Time Tracker",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "images\/[email protected]",
            "38": "images\/[email protected]"
        },
        "default_title": "Start a YouTrack timer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}