Timepot
Log your time with timepot
Timepot란 무엇입니까?
Timepot은(는) Sparkbit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Log your time with timepot"입니다.
확장 프로그램 스크린샷
Timepot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Timepot Timer is now available in: Jira, YouTrack, Trello, Gmail, Google Drive (Docs, Sheets & Slides) HOW TO INSTALL TIMEPOT TIMER? 1. Install Timepot Timer chrome extension. 2. Sign in to your Timepot at https://timepot.io/ 3. Go to the app you want to track time within. 4. You’ll notice right away the Timepot Timer button added to your tasks inside the tools. 5. Start timer. The task’s name will be automatically added to the matching project in your Timepot dashboard. 6. Happy tracking! WHY YOU SHOULD TRACK TIME WITH TIMEPOT -Manual and automated time tracking -Comfortable timer next to your tasks in Jira and YouTrack -Comprehensive reporting of your employee working time -Measuring project profitability -Financial insight supports multiple currencies -Reports for Time & Materials and Fixed Price projects -Holidays tracking module -Intuitive and easy to use dashboard QUESTIONS? In case of any questions, problems or suggestions regarding Timepot Timer write to us at [email protected]
확장 프로그램 기본 정보
이름 | Timepot |
ID | pmiolffajljmdecbcmcaipnkjhmmdcfa |
공식 URL | https://chromewebstore.google.com/detail/timepot/pmiolffajljmdecbcmcaipnkjhmmdcfa |
설명 | Log your time with timepot |
파일 크기 | 231 KB |
설치 횟수 | 76 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2017-08-08 |
출시 날짜 | 2017-08-08 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Sparkbit |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.timepot.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timepot", "description": "Log your time with timepot", "version": "1.0.7", "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "browser_action": { "default_icon": "resources\/icon-inactive.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "timepot-content-extension.js" ], "css": [ "timepot-content-extension.css" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/www.google-analytics.com ; object-src 'self'", "permissions": [ "cookies", "https:\/\/*.timepot.io\/*", "https:\/\/*.timepot-test.pl\/*" ] } |