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 } |