Trackabi URL Tracker
This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.
Trackabi URL Tracker란 무엇입니까?
Trackabi URL Tracker은(는) https://trackabi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser."입니다.
확장 프로그램 스크린샷
Trackabi URL Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser. This extension requires the Trackabi Desktop Timer application to be installed and cannot function independently. You can download the app at https://trackabi.com/time-tracking-desktop-application Trackabi is employee monitoring, time tracking, and leave management software leveraging the gamification approach to make dull things fun. Trackabi includes a web version, a desktop application for Windows, Linux, and macOS, as well as a mobile application for iOS and Android. Trackabi is an excellent instrument for freelancers, distributed teams, service providers billing by the hour, and other businesses that want to improve employee productivity or work on time-sensitive projects. The key features of Trackabi are: desktop timer application for Windows, Linux, and macOS (screenshot capturing, user activity monitoring, log of opened apps); mobile application with GPS tracking; gamification of time tracking; highly customizable timesheets; employee leave management integrated with timesheets; customizable time reports; invoicing & payments; project plans & estimates; user access roles; client access; Git commits import; informative dashboards; company data insights; timesheets locking.
확장 프로그램 기본 정보
이름 | |
ID | cdnagcjjdfpbeoomfpmgpjacjlgimebm |
공식 URL | https://chromewebstore.google.com/detail/trackabi-url-tracker/cdnagcjjdfpbeoomfpmgpjacjlgimebm |
설명 | This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser. |
파일 크기 | 19.77 KB |
설치 횟수 | 89 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-06-11 |
출시 날짜 | 2023-05-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://trackabi.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://trackabi.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackabi URL Tracker", "version": "1.0.3", "description": "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.", "manifest_version": 3, "permissions": [ "tabs" ], "background": { "service_worker": "index.js" }, "icons": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "action": { "default_icon": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" } }, "author": "Trackabi LLC" } |