Jira Timesheet for Google Chrome

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

什么是Jira Timesheet for Google Chrome?

Jira Timesheet for Google Chrome是由Dyeison Carraro开发的Chrome扩展程序,该扩展的主要功能是“Gets the worklogs from the project, filter and group them by user and generate a weekly report.”。

扩展截图

screenshot

下载Jira Timesheet for Google Chrome扩展crx文件

下载Jira Timesheet for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
官方URL https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
简介 Gets the worklogs from the project, filter and group them by user and generate a weekly report.
文件大小 213 KB
安装次数 378
当前版本 0.4
更新时间 2015-11-04
上架时间 2015-11-04
评分 4.00/5 共5次评分
开发者 Dyeison Carraro
付费类型 free
支持的语言 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'"
}