Redmine Time Tracker

Plugin to track your work time (works with chrome closed) and manage it.

O que é Redmine Time Tracker?

Redmine Time Tracker é uma extensão do Chrome desenvolvida por matheusmmcs, e sua principal característica é "Plugin to track your work time (works with chrome closed) and manage it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Redmine Time Tracker

Baixe arquivos de extensão Redmine 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

                        Redmine Task Timer                    

Informações Básicas da Extensão

Nome Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
URL Oficial https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
Descrição Plugin to track your work time (works with chrome closed) and manage it.
Tamanho do Arquivo 265 KB
Contagem de Instalações 159
Versão Atual 0.2.4
Última Atualização 2014-07-03
Data de Publicação 2014-07-03
Classificação 3.33/5 Total de 15 Avaliações
Desenvolvedor matheusmmcs
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Time Tracker",
    "version": "0.2.4",
    "description": "Plugin to track your work time (works with chrome closed) and manage it.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "RedmineTimeTracker",
        "default_popup": "templates\/popup.html"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map",
        "js\/jquery.calendario.redmine.js",
        "css\/calendario-redmine.css",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.woff"
    ],
    "manifest_version": 2
}