Simple Time Track
Simple Time Tracking - How much time spend on tasks?
Τι είναι το Simple Time Track;
Το Simple Time Track είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ozana.cz, και η κύρια λειτουργία του είναι "Simple Time Tracking - How much time spend on tasks?".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple Time Track
Λήψη αρχείων επέκτασης Simple Time Track σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple Time Tracker - Application for simple time tracking of tasks within browser running on background. TrackTime is a clean and intuitive Chrome extension that allows you to easily track time spent on tasks right in your browser. With its simple yet powerful timer interface, you can time multiple tasks simultaneously and view where your time went each day. The extension runs quietly in the background so you can start timing tasks with one click and stop them just as easily when finished. The main popup interface shows all running timers along with their elapsed time and task name. You can edit timer names or delete timers quickly as needed. TrackTime takes the headache out of manually tracking your time and provides insight into where your hours are actually spent. Give it a try for a more productive you! Data can be exported to CSV or JSON format
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple Time Track |
ID | mfklifbdkkkmmkjnglplnaaooagiapjk |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-time-track/mfklifbdkkkmmkjnglplnaaooagiapjk |
Περιγραφή | Simple Time Tracking - How much time spend on tasks? |
Μέγεθος Αρχείου | 108 KB |
Αριθμός Εγκαταστάσεων | 1,260 |
Τρέχουσα Έκδοση | 3.0.4 |
Τελευταία Ενημέρωση | 2023-12-05 |
Ημερομηνία Δημοσίευσης | 2017-11-13 |
Αξιολόγηση | 3.77/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://ozana.cz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ozana.cz |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ozana.cz |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Time Track", "description": "Simple Time Tracking - How much time spend on tasks?", "author": "[email protected]", "version": "3.0.4", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage" ] } |