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文件
下载Trackabi URL Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |