actiTIME: Time Management Assistant
Track all your online activities automatically to see how much time you spend on different platforms and get accurate time track.
actiTIME: Time Management Assistant란 무엇입니까?
actiTIME: Time Management Assistant은(는) https://www.actitime.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track all your online activities automatically to see how much time you spend on different platforms and get accurate time track."입니다.
확장 프로그램 스크린샷
actiTIME: Time Management Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find it hard to remember which tasks you worked on, when, and for how long? This browser extension automatically tracks all your online activities, so you can see how much time you spend using versatile online platforms and easily get 100% accurate time tracking data whenever you need it. It also lets you: - Limit activity tracking to only specific websites and online apps. - Divide your activities into different types and categories. - Analyze the collected data via visual charts and reports. How to get started? 1. Install Time Management Assistant. 2. Connect it to your actiTIME account or sign up using an email. 3. Indicate which online tools and types of activities you want to track + set exceptions via time tracking settings. 4. Configure your own mapping rules via sync settings to seamlessly export your time tracking data to actiTIME. 5. Start working on your tasks in the selected tools, and the Assistant will begin tracking time for your online activities automatically. 6. If you ever need to make a time entry manually, use the built-in one-click timer at the bottom left corner of the extension’s interface. 7. Open the Reports tab to analyze your time tracking statistics or view the real-time activity log in the Activities tab.
확장 프로그램 기본 정보
이름 | actiTIME: Time Management Assistant |
ID | fhmmdobpcofodcpkehjaiodhahbfkkgn |
공식 URL | https://chromewebstore.google.com/detail/actitime-time-management/fhmmdobpcofodcpkehjaiodhahbfkkgn |
설명 | Track all your online activities automatically to see how much time you spend on different platforms and get accurate time track. |
파일 크기 | 1.91 MB |
설치 횟수 | 883 |
현재 버전 | 1.1.1303 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2023-03-21 |
평점 | 4.76/5 총 17 개의 평점 |
개발자 | https://www.actitime.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.actitime.com/time-management-assistant |
도움말 페이지 URL | https://www.actitime.com/user-guide/time-management-assistant |
개인정보 보호 정책 페이지 URL | https://www.actitime.com/legal/privacy-policy-full |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "actiTIME: Time Management Assistant", "description": "Track all your online activities automatically to see how much time you spend on different platforms and get accurate time track.", "version": "1.1.1303", "icons": { "64": "images\/icon64.png" }, "permissions": [ "idle", "tabs", "alarms", "cookies" ], "host_permissions": [ "*:\/\/*.actitime.com\/" ], "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": "images\/iconNotAuthorized64.png", "default_popup": "popup.html?" } } |