Time Doctor Classic
It's easy to track time now by using Time Doctor chrome extension
¿Qué es Time Doctor Classic?
Time Doctor Classic es una extensión de Chrome desarrollada por https://www.timedoctor.com, y su función principal es "It's easy to track time now by using Time Doctor chrome extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Time Doctor Classic
Descarga archivos de extensión Time Doctor Classic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Time Doctor Classic |
ID | ccokehohfncgmmbmnnhbhflmfbmimdgf |
URL Oficial | https://chromewebstore.google.com/detail/time-doctor-classic/ccokehohfncgmmbmnnhbhflmfbmimdgf |
Descripción | It's easy to track time now by using Time Doctor chrome extension |
Tamaño del Archivo | 10.29 MB |
Cantidad de Instalaciones | 9,760 |
Versión Actual | 1.3.49 |
Última Actualización | 2024-01-31 |
Fecha de Publicación | 2020-06-22 |
Calificación | 3.33/5 Total de 9 Calificaciones |
Desarrollador | https://www.timedoctor.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.timedoctor.com/chrome-extension |
URL de la Página de Política de Privacidad | https://www.timedoctor.com/privacy_policy.html |
Idiomas Soportados | 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" ] } ] } |