Simple Time Track

Simple Time Tracking - How much time spend on tasks?

Simple Time Track란 무엇입니까?

Simple Time Track은(는) https://ozana.cz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Time Tracking - How much time spend on tasks?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Simple Time Track 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple Time Tracker - Application for simple time tracking of tasks within browser running on background.

TrackTime is a clean and intuitive Chrome extension that allows you to easily track time spent on tasks right in your browser. With its simple yet powerful timer interface, you can time multiple tasks simultaneously and view where your time went each day.

The extension runs quietly in the background so you can start timing tasks with one click and stop them just as easily when finished. The main popup interface shows all running timers along with their elapsed time and task name. You can edit timer names or delete timers quickly as needed.

TrackTime takes the headache out of manually tracking your time and provides insight into where your hours are actually spent. Give it a try for a more productive you!

Data can be exported to CSV or JSON format                    

확장 프로그램 기본 정보

이름 Simple Time Track Simple Time Track
ID mfklifbdkkkmmkjnglplnaaooagiapjk
공식 URL https://chromewebstore.google.com/detail/simple-time-track/mfklifbdkkkmmkjnglplnaaooagiapjk
설명 Simple Time Tracking - How much time spend on tasks?
파일 크기 108 KB
설치 횟수 1,260
현재 버전 3.0.4
최근 업데이트 2023-12-05
출시 날짜 2017-11-13
평점 3.77/5 총 13 개의 평점
개발자 https://ozana.cz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ozana.cz
도움말 페이지 URL https://ozana.cz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Time Track",
    "description": "Simple Time Tracking - How much time spend on tasks?",
    "author": "[email protected]",
    "version": "3.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}