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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Time Tracker by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |