Time Tasker

Change the duration length of Google tasks on Google Calendar

¿Qué es Time Tasker?

Time Tasker es una extensión de Chrome desarrollada por Camerons Digital Hub, y su función principal es "Change the duration length of Google tasks on Google Calendar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Time Tasker

Descarga archivos de extensión Time Tasker 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

                        **Version 2 now live**

Easily set custom timeframes for your Google Tasks. 
This extension allows you to extend the duration of your tasks as desired. This will help you schedule your Tasks with accurate timeslots. 

Simply input the duration of the task and when you are ready to schedule it, drag and drop the task into your calendar. You will then see the task expand into the specified duration. 

For example, to customize the duration of a task to 3 hours, simply add “(3h)” to the end of the task title and watch as the task automatically expands to fill 3 hours when dragged into your Google Calendar.

**2.0.0** - 1 minute increments supported

**1.0.7** - Updated logo file names                    

Información Básica de la Extensión

Nombre Time Tasker Time Tasker
ID lomflcfhlchbibcphkjlcejfdlemghmk
URL Oficial https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk
Descripción Change the duration length of Google tasks on Google Calendar
Tamaño del Archivo 32.55 KB
Cantidad de Instalaciones 710
Versión Actual 2.0.1
Última Actualización 2024-02-15
Fecha de Publicación 2022-10-10
Calificación 4.07/5 Total de 15 Calificaciones
Desarrollador Camerons Digital Hub
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://cameronsdigitalhub.com/policies/privacy-policy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tasker",
    "short_name": "TimeTasker",
    "author": "CameronsDigitalHub",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "Change the duration length of Google tasks on Google Calendar",
    "action": {
        "default_icon": "icons\/Logo48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/Logo48.png",
        "48": "icons\/Logo48.png",
        "128": "icons\/Logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "content-min-v2.js"
            ]
        }
    ]
}