Quidlo Timesheets Time Tracker
Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
¿Qué es Quidlo Timesheets Time Tracker?
Quidlo Timesheets Time Tracker es una extensión de Chrome desarrollada por Quidlo, y su función principal es "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Quidlo Timesheets Time Tracker
Descarga archivos de extensión Quidlo Timesheets Time Tracker 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
Quidlo Timesheets is a time tracking tool dedicated first of all - but not only - to all teams still using spreadsheets. It gives more control over time logging and reporting than a spreadsheet, while keeping its simplicity. Moreover it is FREE for small teams! Timesheets works on all your devices. Are you always on the go? Download the Android app on your phone and have an easy access to Timesheets wherever work takes you.
Información Básica de la Extensión
Nombre | Quidlo Timesheets Time Tracker |
ID | nhjkdkcoojjnpdfcefbopdkcbhkgpbln |
URL Oficial | https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln |
Descripción | Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes. |
Tamaño del Archivo | 2.25 MB |
Cantidad de Instalaciones | 61 |
Versión Actual | 0.7 |
Última Actualización | 2023-01-31 |
Fecha de Publicación | 2023-01-31 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Quidlo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.quidlo.com/timesheets/ |
URL de la Página de Ayuda | https://www.quidlo.com/help/ |
URL de la Página de Política de Privacidad | https://www.quidlo.com/timesheets/privacy-policy |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quidlo Timesheets Time Tracker", "description": "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "version": "0.7", "action": { "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "default_popup": "popup\/index.html", "default_title": "Quidlo Timesheets" }, "background": { "service_worker": "service-worker.js" }, "host_permissions": [ "*:\/\/*.quidlo.com\/*" ], "permissions": [ "storage", "notifications", "alarms", "cookies" ], "content_scripts": [ { "matches": [ "https:\/\/miquido.atlassian.net\/browse\/*" ], "js": [ "\/scripts\/jira-details.js" ], "css": [ "\/styles\/button.css" ] }, { "matches": [ "https:\/\/miquido.atlassian.net\/jira\/*?selectedIssue=*" ], "js": [ "\/scripts\/jira.js" ] } ] } |