Time Doctor Classic
It's easy to track time now by using Time Doctor chrome extension
Time Doctor Classic là gì?
Time Doctor Classic là một tiện ích mở rộng Chrome được phát triển bởi https://www.timedoctor.com, và tính năng chính của nó là "It's easy to track time now by using Time Doctor chrome extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Time Doctor Classic
Tải xuống các tệp mở rộng Time Doctor Classic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Time Doctor Time Tracker app allows you to track time directly in your browser. The app integrates seamlessly with the top project management and customer relationship management software out there, enabling your team to track time directly from these tools. It’s as easy as just clicking the “Play” button when you use any of these project management tools to quickly start tracking time. HOW IT WORKS The app must be used in conjunction with the Time Doctor desktop app. It cannot be used by itself. This is to make sure that you have the full capability of the Time Doctor desktop app to track time, see screenshots of work done, and track websites and applications visited while working. Once you have the desktop app installed, you simply choose the project you are working on and tap “Start Timer”. Time Doctor will run in the background while you work, tracking both your time and location. When you have finished working or want to take a break, just tap “Stop Timer”. A CLOUD BASED SERVICE • Your company’s data is synced to our servers in the cloud, so no backing up is necessary. • You can access your data on the website, from anywhere and at any time. • The latest security measures are being used to protect your data. TIME DOCTOR ACCOUNT • A Time Doctor account is required to use the app. • Time Doctor is a subscription-based service. It offers a 14-day free trial after which you will need to choose a payment plan. ABOUT TIME DOCTOR Time Doctor provides detailed analytics of where time is spent during the workday. See a list of the websites and applications visited while working along with screenshots of your employees’ computer screens taken every few minutes while they work. Time Doctor will not only track the total time worked by every person on your team, but it will also provide a breakdown of how much time is spent on each project, client, or task. This time tracking data is accurate down to the second so you can see exactly where time is being spent and can also verify where it is going. You can use this data to bill clients and to have an accurate record for paying your staff.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Time Doctor Classic |
ID | ccokehohfncgmmbmnnhbhflmfbmimdgf |
URL Chính Thức | https://chromewebstore.google.com/detail/time-doctor-classic/ccokehohfncgmmbmnnhbhflmfbmimdgf |
Mô tả | It's easy to track time now by using Time Doctor chrome extension |
Kích Thước Tệp | 10.29 MB |
Số Lần Cài Đặt | 9,760 |
Phiên Bản Hiện Tại | 1.3.49 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 3.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://www.timedoctor.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.timedoctor.com/chrome-extension |
URL Trang Chính Sách Bảo Mật | https://www.timedoctor.com/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Doctor Classic", "short_name": "Time Doctor", "description": "It's easy to track time now by using Time Doctor chrome extension", "version": "1.3.49", "browser_action": { "default_icon": { "18": ".\/assets\/logo\/logo-inactive-18.png", "32": ".\/assets\/logo\/logo-inactive-32.png", "128": ".\/assets\/logo\/logo-inactive.png" }, "setBadgeText": { "text": "TD" }, "default_title": "Time Doctor", "default_popup": ".\/index.html" }, "icons": { "16": ".\/assets\/logo\/logo-16.png", "48": ".\/assets\/logo\/logo-48.png", "128": ".\/assets\/logo\/logo.png" }, "web_accessible_resources": [ "assets\/*.svg" ], "permissions": [ "*:\/\/*.jira.com\/*", "*:\/\/jira.pdlx.ru\/*", "*:\/\/mail.google.com\/*", "*:\/\/*.atlassian.net\/*", "*:\/\/docs.google.com\/*", "*:\/\/calendar.google.com\/*", "*:\/\/inbox.google.com\/*", "*:\/\/keep.google.com\/*", "*:\/\/*.basecamp.com\/*", "*:\/\/*.bitbucket.org\/*", "*:\/\/app.breeze.pm\/*", "*:\/\/*.trello.com\/*", "*:\/\/*.asana.com\/*", "*:\/\/*.todoist.com\/*", "*:\/\/wordpress.com\/*", "*:\/\/*.redbooth.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.my.salesforce.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.lightning.force.com\/*", "*:\/\/secure.helpscout.net\/*", "*:\/\/*.zendesk.com\/*", "*:\/\/books.zoho.com\/*", "*:\/\/desk.zoho.com\/*", "*:\/\/desk.zoho.eu\/*", "*:\/\/desk.zoho.in\/*", "*:\/\/projects.zoho.com\/*", "*:\/\/projects.zoho.in\/*", "*:\/\/projects.zoho.eu\/*", "*:\/\/crmplus.zoho.com\/*", "*:\/\/crmplus.zoho.eu\/*", "*:\/\/crmplus.zoho.in\/*", "*:\/\/*.visualstudio.com\/*", "*:\/\/app.clickup.com\/*", "*:\/\/evernote.com\/*", "*:\/\/redmine.org\/*", "*:\/\/allbugs.info\/*", "*:\/\/app.intercom.io\/*", "*:\/\/app.intercom.com\/*", "*:\/\/*.teamwork.com\/*", "*:\/\/*.freshdesk.com\/*", "*:\/\/*.freshservice.com\/*", "*:\/\/*.monday.com\/*", "*:\/\/*.wrike.com\/*", "*:\/\/*.bitrix24.com\/*", "*:\/\/*.rusexpress.site\/*", "*:\/\/*app.process.st\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ ".\/background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.jira.com\/*", "*:\/\/*.atlassian.net\/*", "*:\/\/*.atlassian.com\/*", "*:\/\/jira.pdlx.ru\/*" ], "css": [ ".\/contents\/atlassian.css" ], "js": [ ".\/contents\/atlassian.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ ".\/contents\/google-mail.css" ], "js": [ ".\/contents\/google-mail.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/docs.google.com\/*" ], "css": [ ".\/contents\/google-docs.css" ], "js": [ ".\/contents\/google-docs.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/calendar.google.com\/*", "*:\/\/mail.google.com\/*" ], "css": [ ".\/contents\/google-calendar.css" ], "js": [ ".\/contents\/google-calendar.js" ], "all_frames": true }, { "run_at": "document_end", "matches": [ "*:\/\/inbox.google.com\/*" ], "css": [ ".\/contents\/google-inbox.css" ], "js": [ ".\/contents\/google-inbox.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/keep.google.com\/*" ], "css": [ ".\/contents\/google-keep.css" ], "js": [ ".\/contents\/google-keep.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.basecamp.com\/*" ], "css": [ ".\/contents\/basecamp.css" ], "js": [ ".\/contents\/basecamp.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.trello.com\/*" ], "css": [ ".\/contents\/trello.css" ], "js": [ ".\/contents\/trello.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.asana.com\/*" ], "css": [ ".\/contents\/asana.css" ], "js": [ ".\/contents\/asana.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.bitbucket.org\/*" ], "css": [ ".\/contents\/bitbucket.css" ], "js": [ ".\/contents\/bitbucket.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/app.breeze.pm\/*" ], "css": [ ".\/contents\/breeze.css" ], "js": [ ".\/contents\/breeze.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/github.com\/*" ], "css": [ ".\/contents\/github.css" ], "js": [ ".\/contents\/github.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/secure.helpscout.net\/*" ], "css": [ ".\/contents\/helpscout.css" ], "js": [ ".\/contents\/helpscout.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.redbooth.com\/*" ], "css": [ ".\/contents\/redbooth.css" ], "js": [ ".\/contents\/redbooth.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.salesforce.com\/*", "*:\/\/*.my.salesforce.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.lightning.force.com\/*" ], "css": [ ".\/contents\/salesforce.css" ], "js": [ ".\/contents\/salesforce.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.todoist.com\/app*" ], "css": [ ".\/contents\/todoist.css" ], "js": [ ".\/contents\/todoist.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.trello.com\/*" ], "css": [ ".\/contents\/trello.css" ], "js": [ ".\/contents\/trello.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.clickup.com\/*" ], "css": [ ".\/contents\/clickup.css" ], "js": [ ".\/contents\/clickup.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/wordpress.com\/*", "*:\/\/*.wordpress.com\/*" ], "css": [ ".\/contents\/wordpress.css" ], "js": [ ".\/contents\/wordpress.js" ], "all_frames": true }, { "run_at": "document_end", "matches": [ "*:\/\/*.zendesk.com\/*" ], "css": [ ".\/contents\/zendesk.css" ], "js": [ ".\/contents\/zendesk.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.podio.com\/*", "*:\/\/podio.com\/*" ], "css": [ ".\/contents\/podio.css" ], "js": [ ".\/contents\/podio.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/books.zoho.com\/*" ], "css": [ ".\/contents\/zoho-books.css" ], "js": [ ".\/contents\/zoho-books.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/desk.zoho.com\/*", "*:\/\/desk.zoho.eu\/*", "*:\/\/desk.zoho.in\/*" ], "css": [ ".\/contents\/zoho-books.css" ], "js": [ ".\/contents\/zoho-desk.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/projects.zoho.com\/*", "*:\/\/zoho.com\/*", "*:\/\/crmplus.zoho.com\/*", "*:\/\/crmplus.zoho.eu\/*", "*:\/\/crmplus.zoho.in\/*", "*:\/\/projects.zoho.in\/*", "*:\/\/projects.zoho.eu\/*" ], "css": [ ".\/contents\/zoho-books.css" ], "js": [ ".\/contents\/zoho-desk.js" ], "all_frames": true }, { "run_at": "document_end", "matches": [ "*:\/\/*.visualstudio.com\/*", "*:\/\/visualstudio.com\/*", "*:\/\/dev.azure.com\/*" ], "css": [ ".\/contents\/visualstudio.css" ], "js": [ ".\/contents\/visualstudio.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.redmine.org\/issues\/*", "*:\/\/redmine.org\/issues\/*" ], "css": [ ".\/contents\/redmine.css" ], "js": [ ".\/contents\/redmine.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.allbugs.info\/issues\/*", "*:\/\/allbugs.info\/issues\/*" ], "css": [ ".\/contents\/redmine.css" ], "js": [ ".\/contents\/redmine.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/app.intercom.io\/*", "*:\/\/app.intercom.com\/*" ], "css": [ ".\/contents\/intercom.css" ], "js": [ ".\/contents\/intercom.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.teamwork.com\/*" ], "css": [ ".\/contents\/teamwork.css" ], "js": [ ".\/contents\/teamwork.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/evernote.com\/client\/*", "*:\/\/*.evernote.com\/client\/*" ], "css": [ ".\/contents\/evernote.css" ], "js": [ ".\/contents\/evernote.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.freshdesk.com\/*" ], "css": [ ".\/contents\/freshdesk.css" ], "js": [ ".\/contents\/freshdesk.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.monday.com\/*" ], "css": [ ".\/contents\/monday.css" ], "js": [ ".\/contents\/monday.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.freshservice.com\/*" ], "css": [ ".\/contents\/freshservice.css" ], "js": [ ".\/contents\/freshservice.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.wrike.com\/*" ], "css": [ ".\/contents\/wrike.css" ], "js": [ ".\/contents\/wrike.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.freshservice.com\/*" ], "css": [ ".\/contents\/freshservice.css" ], "js": [ ".\/contents\/freshservice.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.wrike.com\/*" ], "css": [ ".\/contents\/wrike.css" ], "js": [ ".\/contents\/wrike.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.bitrix24.com\/*", "*:\/\/*.bitrix24.in\/*" ], "css": [ ".\/contents\/bitrix.css" ], "js": [ ".\/contents\/bitrix.js" ], "all_frames": true }, { "run_at": "document_end", "matches": [ "*:\/\/*.rusexpress.site\/*" ], "css": [ ".\/contents\/bitrix.css" ], "js": [ ".\/contents\/bitrix.js" ], "all_frames": true }, { "run_at": "document_end", "matches": [ "*:\/\/app.process.st\/*" ], "css": [ ".\/contents\/processstreet.css" ], "js": [ ".\/contents\/processstreet.js" ] } ] } |