Trackabi URL Tracker

This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.

Trackabi URL Tracker là gì?

Trackabi URL Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://trackabi.com, và tính năng chính của nó là "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trackabi URL Tracker

Tải xuống các tệp mở rộng Trackabi URL Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trackabi URL Tracker Trackabi URL Tracker
ID cdnagcjjdfpbeoomfpmgpjacjlgimebm
URL Chính Thức https://chromewebstore.google.com/detail/trackabi-url-tracker/cdnagcjjdfpbeoomfpmgpjacjlgimebm
Mô tả This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.
Kích Thước Tệp 19.77 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-06-11
Ngày Phát Hành 2023-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://trackabi.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://trackabi.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}