Google Calendar Time Spent
Displays time spent on each of your Google Calendar colors!
O que é Google Calendar Time Spent?
Google Calendar Time Spent é uma extensão do Chrome desenvolvida por zawadzki.louis, e sua principal característica é "Displays time spent on each of your Google Calendar colors!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Calendar Time Spent
Baixe arquivos de extensão Google Calendar Time Spent no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Calendar Time Spent |
ID | cfodljgdikllebejmhoifnmmcbfmamij |
URL Oficial | https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij |
Descrição | Displays time spent on each of your Google Calendar colors! |
Tamanho do Arquivo | 11.46 KB |
Contagem de Instalações | 2,679 |
Versão Atual | 1.6 |
Última Atualização | 2021-11-12 |
Data de Publicação | 2020-05-29 |
Classificação | 4.30/5 Total de 20 Avaliações |
Desenvolvedor | zawadzki.louis |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bamlab/google-calendar-counter |
URL da Página de Ajuda | https://github.com/bamlab/google-calendar-counter/issues |
Idiomas Suportados | 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 } |