CSL - Time Tracker

Edit, create and view your Daily Time Tracks & Tasks.

Was ist CSL - Time Tracker?

CSL - Time Tracker ist eine Chrome-Erweiterung, die von admin entwickelt wurde, und ihr Hauptmerkmal ist "Edit, create and view your Daily Time Tracks & Tasks.".

Erweiterungsscreenshots

screenshot
screenshot

CSL - Time Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie CSL - Time Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is designed and developed by Cloud Science Labs for their employees to better track their daily tasks and workload. This extension helps our employees to log daily time entries and get updates for their tasks on a daily basis. The employee needs to login using this extension and start their time entries using this tool.

They can choose the Project/Sprint/Tasks they are working on and start their time entry on that. They can also create tasks using this extension for their team members. There is a browser interface to login into this app as well, which you can find here: https://csl-console.uc.r.appspot.com/

In future, there will be a desktop notification for all users to remind them about their current running task and also reminders for Lunch and coffee Breaks on specific time intervals.                    

Grundlegende Informationen zur Erweiterung

Name CSL - Time Tracker CSL - Time Tracker
ID ohjjgdhfdmdcplfoepkmpiidomkephkg
Offizielle URL https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg
Beschreibung Edit, create and view your Daily Time Tracks & Tasks.
Dateigröße 2.61 MB
Installationsanzahl 30
Aktuelle Version 1.0.3
Letztes Update 2023-01-10
Veröffentlichungsdatum 2022-06-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler admin
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSL - Time Tracker",
    "version": "1.0.3",
    "manifest_version": 3,
    "action": {
        "default_icon": ".\/images\/icon16.png",
        "default_popup": ".\/login_email.html"
    },
    "description": "Edit, create and view your Daily Time Tracks & Tasks.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "omnibox": {
        "keyword": "TimeTracker"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/csl-console.uc.r.appspot.com\/"
    ]
}