CSL - Time Tracker

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

Qu'est-ce que CSL - Time Tracker ?

CSL - Time Tracker est une extension Chrome développée par admin, et sa fonction principale est "Edit, create and view your Daily Time Tracks & Tasks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CSL - Time Tracker

Téléchargez les fichiers d'extension CSL - Time 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 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.                    

Informations de Base sur l'Extension

Nom CSL - Time Tracker CSL - Time Tracker
ID ohjjgdhfdmdcplfoepkmpiidomkephkg
URL Officiel https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg
Description Edit, create and view your Daily Time Tracks & Tasks.
Taille du Fichier 2.61 MB
Nombre d'Installations 30
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-01-10
Date de Publication 2022-06-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur admin
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy
Langues Prises en Charge 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\/"
    ]
}