Work Hours Tracker

App to track your daily working hours.

Work Hours Tracker란 무엇입니까?

Work Hours Tracker은(는) Murali Krishna Chanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "App to track your daily working hours."입니다.

확장 프로그램 스크린샷

screenshot

Work Hours Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Work Hours app will help you track your daily working hours. Very easy and light weight app.Will maintain the last 2 months data and will show you in a GRAPH.                    

확장 프로그램 기본 정보

이름 Work Hours Tracker Work Hours Tracker
ID eahpgopdiegfkghffnpoabkidlmehpnd
공식 URL https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd
설명 App to track your daily working hours.
파일 크기 260 KB
설치 횟수 445
현재 버전 2.0
최근 업데이트 2019-04-03
출시 날짜 2019-04-03
평점 4.00/5 총 7 개의 평점
개발자 Murali Krishna Chanda
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Hours Tracker",
    "version": "2.0",
    "manifest_version": 2,
    "description": "App to track your daily working hours.",
    "browser_action": {
        "default_icon": "edit.png",
        "default_popup": "workhours.html"
    },
    "permissions": [
        "http:\/\/code.jquery.com\/*"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "js": [
                "functions.js",
                "jquery-ui.js",
                "jquery-2.0.3.min.js",
                "jquery-ui-timepicker-addon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "work_48_48.png",
        "48": "work_48_48.png",
        "128": "work_128_128.png"
    }
}