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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trackabi.com, και η κύρια λειτουργία του είναι "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trackabi URL Tracker

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Trackabi URL Tracker Trackabi URL Tracker
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"
}