Trackabi URL Tracker

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

Qu'est-ce que Trackabi URL Tracker ?

Trackabi URL Tracker est une extension Chrome développée par https://trackabi.com, et sa fonction principale est "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trackabi URL Tracker

Téléchargez les fichiers d'extension Trackabi URL Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trackabi URL Tracker Trackabi URL Tracker
ID cdnagcjjdfpbeoomfpmgpjacjlgimebm
URL Officiel https://chromewebstore.google.com/detail/trackabi-url-tracker/cdnagcjjdfpbeoomfpmgpjacjlgimebm
Description This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.
Taille du Fichier 19.77 KB
Nombre d'Installations 89
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-06-11
Date de Publication 2023-05-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://trackabi.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://trackabi.com/privacy-policy
Langues Prises en Charge 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"
}