Google Calendar Time Spent

Displays time spent on each of your Google Calendar colors!

Cos'è Google Calendar Time Spent?

Google Calendar Time Spent è un'estensione di Chrome sviluppata da zawadzki.louis, e la sua funzione principale è "Displays time spent on each of your Google Calendar colors!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Calendar Time Spent

Scarica i file di estensione Google Calendar Time Spent 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Calendar Time Spent Google Calendar Time Spent
ID cfodljgdikllebejmhoifnmmcbfmamij
URL Ufficiale https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij
Descrizione Displays time spent on each of your Google Calendar colors!
Dimensione del File 11.46 KB
Conteggio Installazioni 2,679
Versione Corrente 1.6
Ultimo Aggiornamento 2021-11-12
Data di Pubblicazione 2020-05-29
Valutazione 4.30/5 Totale 20 Valutazioni
Sviluppatore zawadzki.louis
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bamlab/google-calendar-counter
URL della Pagina di Aiuto https://github.com/bamlab/google-calendar-counter/issues
Lingue Supportate 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
}