Google Calendar Time Spent

Displays time spent on each of your Google Calendar colors!

Was ist Google Calendar Time Spent?

Google Calendar Time Spent ist eine Chrome-Erweiterung, die von zawadzki.louis entwickelt wurde, und ihr Hauptmerkmal ist "Displays time spent on each of your Google Calendar colors!".

Erweiterungsscreenshots

screenshot

Google Calendar Time Spent-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Calendar Time Spent-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Calendar Time Spent Google Calendar Time Spent
ID cfodljgdikllebejmhoifnmmcbfmamij
Offizielle URL https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij
Beschreibung Displays time spent on each of your Google Calendar colors!
Dateigröße 11.46 KB
Installationsanzahl 2,679
Aktuelle Version 1.6
Letztes Update 2021-11-12
Veröffentlichungsdatum 2020-05-29
Bewertung 4.30/5 Insgesamt 20 Bewertungen
Entwickler zawadzki.louis
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/bamlab/google-calendar-counter
Hilfeseite URL https://github.com/bamlab/google-calendar-counter/issues
Unterstützte Sprachen 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
}