Motivate Clock | Time Tracker
Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers.
Motivate Clock | Time Tracker란 무엇입니까?
Motivate Clock | Time Tracker은(는) https://motivateclock.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers."입니다.
확장 프로그램 스크린샷
Motivate Clock | Time Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Why should I use it? Motivate Clock allows you to realize how much time is wasted daily and pushes you to manage your time better. You can create your personal projects for each task, track your time, and analyze personal productivity. You can be sure that Motivate Clock will count every second of your efforts. Motivate Clock features: * Free & Simple. Motivate Clock allows you to track your time across different projects quite easily and absolutely for free. * Offline & Safe. You can be reassured the app will work offline, because Motivate Clock keeps your time tracking details locally and reliably. * Projects. Lets you simply categorize and organize your time tracked with the help of various projects. * Reports. Give you a visual and easy to understand look at your project activity. PDF report offers you monthly, weekly, daily and even hourly reports within the project. * Notifications. You can be sure that Motivate Clock will warn you about spending too much time on prolonged leisure or working rush. * Idle detection. Helps you to avoid needless time tracking when you're unexpectedly pulled away from the tasks at hand and weren't actually working. Motivate Clock extension requires installed desktop application for Windows, which can be downloaded from official website: https://motivateclock.org/en
확장 프로그램 기본 정보
이름 | Motivate Clock | Time Tracker |
ID | binhgmklnnecdadhiodcjcnhpbnknomg |
공식 URL | https://chromewebstore.google.com/detail/motivate-clock-time-track/binhgmklnnecdadhiodcjcnhpbnknomg |
설명 | Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers. |
파일 크기 | 255 KB |
설치 횟수 | 3,547 |
현재 버전 | 1.5.7 |
최근 업데이트 | 2023-02-11 |
출시 날짜 | 2020-06-30 |
평점 | 4.52/5 총 82 개의 평점 |
개발자 | https://motivateclock.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://motivateclock.org |
지원되는 언어 | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivate Clock | Time Tracker", "description": "__MSG_ext_description__", "author": "__MSG_ext_author__", "version": "1.5.7", "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "\/assets\/icon_16.png", "48": "\/assets\/icon_48.png", "128": "\/assets\/icon_128.png" }, "permissions": [ "tabs", "http:\/\/localhost:1257\/", "idle", "contextMenus" ], "browser_action": { "browser_style": false, "default_icon": { "19": "\/assets\/icon_19.png", "38": "\/assets\/icon_38.png" }, "default_title": "__MSG_ext_title__" } } |