Time Tasker
Change the duration length of Google tasks on Google Calendar
Qu'est-ce que Time Tasker ?
Time Tasker est une extension Chrome développée par Camerons Digital Hub, et sa fonction principale est "Change the duration length of Google tasks on Google Calendar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Tasker
Téléchargez les fichiers d'extension Time Tasker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
**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
Informations de Base sur l'Extension
Nom | Time Tasker |
ID | lomflcfhlchbibcphkjlcejfdlemghmk |
URL Officiel | https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk |
Description | Change the duration length of Google tasks on Google Calendar |
Taille du Fichier | 32.55 KB |
Nombre d'Installations | 710 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2024-02-15 |
Date de Publication | 2022-10-10 |
Évaluation | 4.07/5 Total 15 Évaluations |
Développeur | Camerons Digital Hub |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://cameronsdigitalhub.com/policies/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |