Jira Log Time

Log your daily time in seconds!

Jira Log Time란 무엇입니까?

Jira Log Time은(는) Jericho에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Log your daily time in seconds!"입니다.

확장 프로그램 스크린샷

screenshot

Jira Log Time 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Super lightweight plugin with no external dependencies.
Access all your issues in a simple popup and log your time with one click.
Provide custom JQL to filter out displayed issues.                    

확장 프로그램 기본 정보

이름 Jira Log Time Jira Log Time
ID peboekgeiffcaddndeonkmkledekeegl
공식 URL https://chromewebstore.google.com/detail/jira-log-time/peboekgeiffcaddndeonkmkledekeegl
설명 Log your daily time in seconds!
파일 크기 24.16 KB
설치 횟수 629
현재 버전 1.2.1
최근 업데이트 2017-01-25
출시 날짜 2017-01-25
평점 4.50/5 총 10 개의 평점
개발자 Jericho
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Log Time",
    "short_name": "Jira Log Time",
    "description": "Log your daily time in seconds!",
    "version": "1.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}