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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |