Time Tasker

Change the duration length of Google tasks on Google Calendar

Was ist Time Tasker?

Time Tasker ist eine Chrome-Erweiterung, die von Camerons Digital Hub entwickelt wurde, und ihr Hauptmerkmal ist "Change the duration length of Google tasks on Google Calendar".

Erweiterungsscreenshots

screenshot

Time Tasker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Time Tasker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        **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                    

Grundlegende Informationen zur Erweiterung

Name Time Tasker Time Tasker
ID lomflcfhlchbibcphkjlcejfdlemghmk
Offizielle URL https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk
Beschreibung Change the duration length of Google tasks on Google Calendar
Dateigröße 32.55 KB
Installationsanzahl 710
Aktuelle Version 2.0.1
Letztes Update 2024-02-15
Veröffentlichungsdatum 2022-10-10
Bewertung 4.07/5 Insgesamt 15 Bewertungen
Entwickler Camerons Digital Hub
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://cameronsdigitalhub.com/policies/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}