Redmine Time Tracker

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

¿Qué es Redmine Time Tracker?

Redmine Time Tracker es una extensión de Chrome desarrollada por matheusmmcs, y su función principal es "Plugin to track your work time (works with chrome closed) and manage it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Redmine Time Tracker

Descarga archivos de extensión Redmine Time Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Redmine Task Timer                    

Información Básica de la Extensión

Nombre Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
URL Oficial https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
Descripción Plugin to track your work time (works with chrome closed) and manage it.
Tamaño del Archivo 265 KB
Cantidad de Instalaciones 159
Versión Actual 0.2.4
Última Actualización 2014-07-03
Fecha de Publicación 2014-07-03
Calificación 3.33/5 Total de 15 Calificaciones
Desarrollador matheusmmcs
Tipo de Pago free
Idiomas Soportados 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
}