Google Calendar Time Spent
Displays time spent on each of your Google Calendar colors!
Qu'est-ce que Google Calendar Time Spent ?
Google Calendar Time Spent est une extension Chrome développée par zawadzki.louis, et sa fonction principale est "Displays time spent on each of your Google Calendar colors!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Calendar Time Spent
Téléchargez les fichiers d'extension Google Calendar Time Spent 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
This extension allows you to display the amount of time for each colour of your google calendar. It allows you to know how much time you have (or will) spend each week on each one of your categories. N.B. : * time slots that are not multiples of 15 minutes (e.g. 20 minutes, 55 minutes) might not be accounted correctly * meetings that are not accepted are counted in the "white" category.
Informations de Base sur l'Extension
Nom | Google Calendar Time Spent |
ID | cfodljgdikllebejmhoifnmmcbfmamij |
URL Officiel | https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij |
Description | Displays time spent on each of your Google Calendar colors! |
Taille du Fichier | 11.46 KB |
Nombre d'Installations | 2,679 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2021-11-12 |
Date de Publication | 2020-05-29 |
Évaluation | 4.30/5 Total 20 Évaluations |
Développeur | zawadzki.louis |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bamlab/google-calendar-counter |
URL de la Page d'Aide | https://github.com/bamlab/google-calendar-counter/issues |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "run_at": "document_idle", "js": [ "index.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |