CSL - Time Tracker
Edit, create and view your Daily Time Tracks & Tasks.
Τι είναι το CSL - Time Tracker;
Το CSL - Time Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον admin, και η κύρια λειτουργία του είναι "Edit, create and view your Daily Time Tracks & Tasks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CSL - Time Tracker
Λήψη αρχείων επέκτασης CSL - Time Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ohjjgdhfdmdcplfoepkmpiidomkephkg |
Επίσημο URL | https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg |
Περιγραφή | Edit, create and view your Daily Time Tracks & Tasks. |
Μέγεθος Αρχείου | 2.61 MB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2023-01-10 |
Ημερομηνία Δημοσίευσης | 2022-06-10 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | admin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |