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
官方網址 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'"
}