Jira Timesheet for Google Chrome

Gets the worklogs from the project, filter and group them by user and generate a weekly report.

¿Qué es Jira Timesheet for Google Chrome?

Jira Timesheet for Google Chrome es una extensión de Chrome desarrollada por Dyeison Carraro, y su función principal es "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Jira Timesheet for Google Chrome

Descarga archivos de extensión Jira Timesheet for Google Chrome 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

                                            

Información Básica de la Extensión

Nombre Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
URL Oficial https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
Descripción Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Tamaño del Archivo 213 KB
Cantidad de Instalaciones 378
Versión Actual 0.4
Última Actualización 2015-11-04
Fecha de Publicación 2015-11-04
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Dyeison Carraro
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Timesheet for Google Chrome",
    "short_name": "Jira-TimeSheet",
    "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.",
    "version": "0.4",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Jira Timesheet",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}