Gmail Time Tracker by cloudHQ
Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.
Τι είναι το Gmail Time Tracker by cloudHQ;
Το Gmail Time Tracker by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gmail-time-tracker.com, και η κύρια λειτουργία του είναι "Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail Time Tracker by cloudHQ
Λήψη αρχείων επέκτασης Gmail Time Tracker by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Any time you open an email, you'll be able to log how much time you've spent reading it, or writing it. You can then export that information into a spreadsheet, and include that in your billing hours. cloudhQ. Helping professionals 1 click at a time. This is an **excellent** service for any professionals who charge hourly like: lawyers, doctors, construction managers, contractors, etc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gmail Time Tracker by cloudHQ |
ID | mepdpgggpkipnekeklcocigfcpneepoa |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-time-tracker-by-clo/mepdpgggpkipnekeklcocigfcpneepoa |
Περιγραφή | Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours. |
Μέγεθος Αρχείου | 281 KB |
Αριθμός Εγκαταστάσεων | 2,445 |
Τρέχουσα Έκδοση | 1.1.0.18 |
Τελευταία Ενημέρωση | 2020-05-16 |
Ημερομηνία Δημοσίευσης | 2020-05-15 |
Αξιολόγηση | 4.54/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | https://www.gmail-time-tracker.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://www.gmail-time-tracker.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.cloudhq.net/category/browser-extensions |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cloudhq.net/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*", "icons\/*" ], "name": "Gmail Time Tracker by cloudHQ", "short_name": "Gmail Time Tracker by cloudHQ", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/background.js", "javascripts\/popup.js", "javascripts\/jquery-1.4.4.js", "javascripts\/jquery.json.js" ] }, "browser_action": { "default_icon": "icons\/gmail_time_tracker.png", "default_popup": "popup.html", "default_title": "Gmail Time Tracker" }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/file_browser.css", "stylesheets\/main_gmail_time_tracker.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_time_tracker_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "version": "1.1.0.18", "description": "Time logging service to help you track your reading and writing in email, so that you can include it in your billable hours.", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |