Time Tracker
This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.
Time Tracker란 무엇입니까?
Time Tracker은(는) LogWork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc."입니다.
확장 프로그램 스크린샷
Time Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free productivity and time tracker for most popular online project management tools, platforms (e.g. Trello, Asana, Github, Notion, Todoist, etc.) that let you quickly and easily start a timer or log time manually. Keep an account of each minute worked! We embed the time tracking button inside their native website interface. The embedded time tracker button looks as native, and it can increase your productivity and motivate you to achieve better results. So, no more tab switching. The accessibility of our time tracker proves to help you manage your time efficiently, work on diverse tasks during your working day, focus on tasks and projects, increase productivity, provide powerful results, etc.
확장 프로그램 기본 정보
이름 | |
ID | ehagagfefdlncfmdnnegoagdemnfehdc |
공식 URL | https://chromewebstore.google.com/detail/time-tracker/ehagagfefdlncfmdnnegoagdemnfehdc |
설명 | This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc. |
파일 크기 | 564 KB |
설치 횟수 | 699 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-12-13 |
출시 날짜 | 2020-12-25 |
개발자 | LogWork |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://logwork.com/blog/contact-us |
개인정보 보호 정책 페이지 URL | https://app.logwork.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Time Tracker", "description": "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.", "version": "1.4", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup\/index.html" }, "permissions": [ "*:\/\/*.logwork.com\/*", "*:\/\/logwork.com\/*", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "js\/extension_init.js", "js\/background.js" ] }, "options_page": "html\/options.html", "web_accessible_resources": [ "icons\/user.png", "icons\/arrow_right.png", "icons\/cancel.png", "icons\/check.png", "icons\/folder.png", "icons\/plus.png" ] } |