JIRA Time Tracker Plus

Tracks and logs your work in JIRA.

JIRA Time Tracker Plus란 무엇입니까?

JIRA Time Tracker Plus은(는) Arjay Labadan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tracks and logs your work in JIRA."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

JIRA Time Tracker Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Jira Time Tracker Plus Chrome Extension

Features
1. Easily time track and log your work in Jira.
2. 2 display types:
Project - display all non-DONE issues of a project.
Issue - display all sub-task of any issue type.
3. Switch between projects or issues easily.

https://github.com/jayjaydluffy/jira-time-tracker-plus                    

확장 프로그램 기본 정보

이름 JIRA Time Tracker Plus JIRA Time Tracker Plus
ID apefmidcficpmimeniaallpkjlnhnicb
공식 URL https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb
설명 Tracks and logs your work in JIRA.
파일 크기 175 KB
설치 횟수 345
현재 버전 1.0.0
최근 업데이트 2017-12-09
출시 날짜 2017-12-09
개발자 Arjay Labadan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jayjaydluffy/jira-time-tracker-plus
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "popup.html"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "popup.html"
    },
    "description": "Tracks and logs your work in JIRA.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2,
    "name": "JIRA Time Tracker Plus",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "short_name": "JIRA Time Tracker Plus",
    "version": "1.0.0"
}