Google Calendar Time Spent
Displays time spent on each of your Google Calendar colors!
Что такое Google Calendar Time Spent?
Google Calendar Time Spent - это расширение Chrome, разработанное zawadzki.louis, и его основная функция - "Displays time spent on each of your Google Calendar colors!".
Снимки экрана расширения
Скачать файл CRX расширения Google Calendar Time Spent
Скачайте файлы расширений Google Calendar Time Spent в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Google Calendar Time Spent |
ID | cfodljgdikllebejmhoifnmmcbfmamij |
Официальный URL | https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij |
Описание | Displays time spent on each of your Google Calendar colors! |
Размер файла | 11.46 KB |
Количество установок | 2,679 |
Текущая Версия | 1.6 |
Последнее Обновление | 2021-11-12 |
Дата публикации | 2020-05-29 |
Рейтинг | 4.30/5 Всего 20 оценок |
Разработчик | zawadzki.louis |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/bamlab/google-calendar-counter |
URL страницы помощи | https://github.com/bamlab/google-calendar-counter/issues |
Поддерживаемые языки | 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 } |