HiveDesk Time Tracker
HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.
Τι είναι το HiveDesk Time Tracker;
Το HiveDesk Time Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hivedesk, και η κύρια λειτουργία του είναι "HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HiveDesk Time Tracker
Λήψη αρχείων επέκτασης HiveDesk Time Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Install HiveDesk Chrome extension to track time from your browser and improve productivity. Use it for accurate employee time tracking, reporting, productivity monitoring, invoicing, and payroll. The tracker will work across all tabs opened inside Chrome browser. You can also install HiveDesk application on your computer to get even more functionality, like screenshots. Log in to app.hivedesk.com from your web browser to manage your team, access timesheets and reports. FEATURES • Automatically track time • Track time for projects • Track tasks • Monitor idle time • Manage your team • Track labor cost For more information about HiveDesk, visit https://www.hivedesk.com About HiveDesk: HiveDesk is an easy-to-use and affordable time management tool for small to mid-sized teams. Use it to track the time your team spends on projects. Analyze team’s productivity with detailed reports about tasks, hours worked, and active/inactive time. HiveDesk works on the web, desktop, and mobile. Your data is synced in real time and kept secure on our servers.
Βασικές Πληροφορίες Επέκτασης
Όνομα | HiveDesk Time Tracker |
ID | bpobgnnjgjhcjihpdgmhddjmpohpmejm |
Επίσημο URL | https://chromewebstore.google.com/detail/hivedesk-time-tracker/bpobgnnjgjhcjihpdgmhddjmpohpmejm |
Περιγραφή | HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately. |
Μέγεθος Αρχείου | 1.37 MB |
Αριθμός Εγκαταστάσεων | 57 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2024-03-01 |
Ημερομηνία Δημοσίευσης | 2022-12-27 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | hivedesk |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.hivedesk.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.hivedesk.com/portal/en/home |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.hivedesk.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HiveDesk Time Tracker", "version": "1.0.6", "version_name": "1.5", "manifest_version": 3, "description": "HiveDesk is a time tracking software to keep track of hours worked. Generate timesheet, bill clients, and pay employees accurately.", "background": { "service_worker": "js\/background.js" }, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "action": { "default_popup": "index.html", "persistent": true, "default_icon": { "16": "img\/icon16.png", "34": "img\/icon32_lve.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "tabs", "background", "alarms", "storage", "idle", "management" ], "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*", "*:\/\/*.execute-api.us-west-2.amazonaws.com\/*" ], "js": [ ".\/js\/service\/af.js", ".\/js\/service\/jquery.js", ".\/js\/service\/moment.js" ], "css": [ ".\/css\/as.css" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.execute-api.us-west-2.amazonaws.com\/*" ] } |