CSL - Time Tracker
Edit, create and view your Daily Time Tracks & Tasks.
CSL - Time Tracker란 무엇입니까?
CSL - Time Tracker은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit, create and view your Daily Time Tracks & Tasks."입니다.
확장 프로그램 스크린샷
CSL - Time Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is designed and developed by Cloud Science Labs for their employees to better track their daily tasks and workload. This extension helps our employees to log daily time entries and get updates for their tasks on a daily basis. The employee needs to login using this extension and start their time entries using this tool. They can choose the Project/Sprint/Tasks they are working on and start their time entry on that. They can also create tasks using this extension for their team members. There is a browser interface to login into this app as well, which you can find here: https://csl-console.uc.r.appspot.com/ In future, there will be a desktop notification for all users to remind them about their current running task and also reminders for Lunch and coffee Breaks on specific time intervals.
확장 프로그램 기본 정보
이름 | |
ID | ohjjgdhfdmdcplfoepkmpiidomkephkg |
공식 URL | https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg |
설명 | Edit, create and view your Daily Time Tracks & Tasks. |
파일 크기 | 2.61 MB |
설치 횟수 | 30 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-01-10 |
출시 날짜 | 2022-06-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | admin |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSL - Time Tracker", "version": "1.0.3", "manifest_version": 3, "action": { "default_icon": ".\/images\/icon16.png", "default_popup": ".\/login_email.html" }, "description": "Edit, create and view your Daily Time Tracks & Tasks.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "omnibox": { "keyword": "TimeTracker" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "host_permissions": [ "https:\/\/csl-console.uc.r.appspot.com\/" ] } |