HiveDesk Time Tracker
HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.
HiveDesk Time Tracker란 무엇입니까?
HiveDesk Time Tracker은(는) hivedesk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately."입니다.
확장 프로그램 스크린샷
HiveDesk Time Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install HiveDesk Chrome extension to track time from your browser and improve productivity. Use it for accurate employee time tracking, reporting, productivity monitoring, invoicing, and payroll. The tracker will work across all tabs opened inside Chrome browser. You can also install HiveDesk application on your computer to get even more functionality, like screenshots. Log in to app.hivedesk.com from your web browser to manage your team, access timesheets and reports. FEATURES • Automatically track time • Track time for projects • Track tasks • Monitor idle time • Manage your team • Track labor cost For more information about HiveDesk, visit https://www.hivedesk.com About HiveDesk: HiveDesk is an easy-to-use and affordable time management tool for small to mid-sized teams. Use it to track the time your team spends on projects. Analyze team’s productivity with detailed reports about tasks, hours worked, and active/inactive time. HiveDesk works on the web, desktop, and mobile. Your data is synced in real time and kept secure on our servers.
확장 프로그램 기본 정보
이름 | HiveDesk Time Tracker |
ID | bpobgnnjgjhcjihpdgmhddjmpohpmejm |
공식 URL | https://chromewebstore.google.com/detail/hivedesk-time-tracker/bpobgnnjgjhcjihpdgmhddjmpohpmejm |
설명 | HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately. |
파일 크기 | 1.37 MB |
설치 횟수 | 57 |
현재 버전 | 1.5 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2022-12-27 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | hivedesk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.hivedesk.com |
도움말 페이지 URL | https://support.hivedesk.com/portal/en/home |
개인정보 보호 정책 페이지 URL | https://www.hivedesk.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HiveDesk Time Tracker", "version": "1.0.6", "version_name": "1.5", "manifest_version": 3, "description": "HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.", "background": { "service_worker": "js\/background.js" }, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "action": { "default_popup": "index.html", "persistent": true, "default_icon": { "16": "img\/icon16.png", "34": "img\/icon32_lve.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "tabs", "background", "alarms", "storage", "idle", "management" ], "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*", "*:\/\/*.execute-api.us-west-2.amazonaws.com\/*" ], "js": [ ".\/js\/service\/af.js", ".\/js\/service\/jquery.js", ".\/js\/service\/moment.js" ], "css": [ ".\/css\/as.css" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.execute-api.us-west-2.amazonaws.com\/*" ] } |