Time Tracker by Tempo
Track and visualize your progress on Jira issues
Time Tracker by Tempo란 무엇입니까?
Time Tracker by Tempo은(는) https://tempo.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track and visualize your progress on Jira issues"입니다.
확장 프로그램 스크린샷
Time Tracker by Tempo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Track the duration of your work on Jira issues with real-time browser trackers. Start a tracker and assign it to a Jira issue, or use it for work outside of Jira * Add new trackers and pause or stop them as required * Use as many trackers as you like when working on multiple issues at once * Visualize all active trackers across your browser tabs * Log time from extension or from the Log Time form on Timesheets * Locate trackers easily from the bottom-right of your browser Time Tracker by Tempo is free and available for all Tempo customers on Jira Cloud. Learn more: https://www.tempo.io/automated-time-tracking UPDATE (v.2.0.10): * Log time directly from the extension, or go to the Log Time form on Timesheets to specify details like Start Time, Account, etc. UPDATE (v.2.0.1): * Trackers are visible across all webpages (not just Jira) * Log time directly from the extension (if your Tempo instance does not require additional worklog attributes) * Edit duration before logging time * Extension icon shows tracker is running * Hide presence of trackers if required
확장 프로그램 기본 정보
이름 | Time Tracker by Tempo |
ID | nlpnopimcnncncmmjdijebhlmkfandpl |
공식 URL | https://chromewebstore.google.com/detail/time-tracker-by-tempo/nlpnopimcnncncmmjdijebhlmkfandpl |
설명 | Track and visualize your progress on Jira issues |
파일 크기 | 1.83 MB |
설치 횟수 | 12,308 |
현재 버전 | 2.0.15 |
최근 업데이트 | 2024-01-18 |
출시 날짜 | 2020-04-16 |
평점 | 2.48/5 총 82 개의 평점 |
개발자 | https://tempo.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tempo.io |
도움말 페이지 URL | https://help.tempo.io/cloud/en/tempo-timesheets/tempo-apps/time-tracker-by-tempo-for-chrome.html |
개인정보 보호 정책 페이지 URL | https://www.tempo.io/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Time Tracker by Tempo", "version": "2.0.15", "description": "Track and visualize your progress on Jira issues", "icons": { "16": "\/assets\/logos\/tempo-logo16.png", "32": "\/assets\/logos\/tempo-logo32.png", "48": "\/assets\/logos\/tempo-logo48.png", "128": "\/assets\/logos\/tempo-logo128.png" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "exclude_matches": [ "https:\/\/*.atlassian.net\/plugins\/servlet\/ac\/io.tempo.jira\/oauth-authorize\/*" ], "matches": [ " |