Time Tasker
Change the duration length of Google tasks on Google Calendar
Cos'è Time Tasker?
Time Tasker è un'estensione di Chrome sviluppata da Camerons Digital Hub, e la sua funzione principale è "Change the duration length of Google tasks on Google Calendar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Time Tasker
Scarica i file di estensione Time Tasker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
**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
Informazioni di Base sull'Estensione
Nome | Time Tasker |
ID | lomflcfhlchbibcphkjlcejfdlemghmk |
URL Ufficiale | https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk |
Descrizione | Change the duration length of Google tasks on Google Calendar |
Dimensione del File | 32.55 KB |
Conteggio Installazioni | 710 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2024-02-15 |
Data di Pubblicazione | 2022-10-10 |
Valutazione | 4.07/5 Totale 15 Valutazioni |
Sviluppatore | Camerons Digital Hub |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://cameronsdigitalhub.com/policies/privacy-policy |
Lingue Supportate | 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" ] } ] } |