JIRA Worklog Helper

Makes tracking and logging time easy for JIRA users.

JIRA Worklog Helper là gì?

JIRA Worklog Helper là một tiện ích mở rộng Chrome được phát triển bởi Robert Pate, và tính năng chính của nó là "Makes tracking and logging time easy for JIRA users.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JIRA Worklog Helper

Tải xuống các tệp mở rộng JIRA Worklog Helper 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

                        Click the clock to start tracking your time. When you want to stop just go to whatever ticket you want to log that time against and click the clock again.

It fills out the time for you!

It can even log work against tickets selected in your agile/greenhopper boards.

No authentication necessary and no special permissions needed.

Source code at https://github.com/robertpateii/jira-worklog-helper                    

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

Tên JIRA Worklog Helper JIRA Worklog Helper
ID nifjniggknfiammmgoiokjdkjiffadap
URL Chính Thức https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap
Mô tả Makes tracking and logging time easy for JIRA users.
Kích Thước Tệp 56.19 KB
Số Lần Cài Đặt 394
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-02
Ngày Phát Hành 2015-11-02
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Robert Pate
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Worklog Helper",
    "version": "1.0",
    "description": "Makes tracking and logging time easy for JIRA users.",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "off-19.png",
        "default_title": "Click to toggle the timer."
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "48": "off-48.png",
        "128": "off-128.png"
    },
    "manifest_version": 2
}