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 là gì?

Jira Timesheet for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi Dyeison Carraro, và tính năng chính của nó là "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jira Timesheet for Google Chrome

Tải xuống các tệp mở rộng Jira Timesheet for Google Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
URL Chính Thức https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
Mô tả Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 378
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2015-11-04
Ngày Phát Hành 2015-11-04
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Dyeison Carraro
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}