Time-Tracker
A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.
Time-Tracker란 무엇입니까?
Time-Tracker은(는) https://phistuck-app.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports."입니다.
확장 프로그램 스크린샷
Time-Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A daily working hour time tracking helper, with periodic and daily overtime calculations, import, export and a table creation for spreadsheet editors, for outsourced employees or hour based salaries. You enter the start time(s) and end time(s) every day as well as the expected working day duration and it calculates the overtime/under-time. Usage - Go to chrome-extension://kponnmlifpfomhjokahcjfhnmpieoddd/Time-Tracker.html Note - this helper is not for everyone, because it is not intuitive at first. If you are desperate to try it out, reach out and I will help.
확장 프로그램 기본 정보
이름 | Time-Tracker |
ID | kponnmlifpfomhjokahcjfhnmpieoddd |
공식 URL | https://chromewebstore.google.com/detail/time-tracker/kponnmlifpfomhjokahcjfhnmpieoddd |
설명 | A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports. |
파일 크기 | 12.38 KB |
설치 횟수 | 17 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2023-02-22 |
출시 날짜 | 2015-06-10 |
개발자 | https://phistuck-app.appspot.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://phistuck-app.appspot.com/bugs?extension=Time%20Tracker |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time-Tracker", "description": "A time tracking utility for tracking working hours, overtime, under-time, with spreadsheet compliant reports.", "version": "0.0.0.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |