JIRA Worklog Helper

Makes tracking and logging time easy for JIRA users.

JIRA Worklog Helper란 무엇입니까?

JIRA Worklog Helper은(는) Robert Pate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes tracking and logging time easy for JIRA users."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

JIRA Worklog Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 JIRA Worklog Helper JIRA Worklog Helper
ID nifjniggknfiammmgoiokjdkjiffadap
공식 URL https://chromewebstore.google.com/detail/jira-worklog-helper/nifjniggknfiammmgoiokjdkjiffadap
설명 Makes tracking and logging time easy for JIRA users.
파일 크기 56.19 KB
설치 횟수 394
현재 버전 1.0
최근 업데이트 2015-11-02
출시 날짜 2015-11-02
평점 4.78/5 총 9 개의 평점
개발자 Robert Pate
결제 유형 free
지원되는 언어 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
}