Shade non-working hours for Google Calendar
Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯
¿Qué es Shade non-working hours for Google Calendar?
Shade non-working hours for Google Calendar es una extensión de Chrome desarrollada por Madeleine Smith Software, y su función principal es "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shade non-working hours for Google Calendar
Descarga archivos de extensión Shade non-working hours for Google Calendar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
About:
• This extension allows you to 'grey-out' your non-working hours in the day, week and '4 day' views of Google Calendar.
• Use it to quickly see which hours of your day are blocked off for work and non-work time.
Usage instructions:
• Click into the extension to set your personal working hours 👩💻
Disclaimer:
• I'm in no way affiliated with Google or the Google Calendar brand 💯 Información Básica de la Extensión
| Nombre | |
| ID | hdlfamnpialfmlkddnmijnimciflhbjo |
| URL Oficial | https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo |
| Descripción | Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯 |
| Tamaño del Archivo | 24.88 MB |
| Cantidad de Instalaciones | 2,214 |
| Versión Actual | 1.4.0 |
| Última Actualización | 2023-04-15 |
| Fecha de Publicación | 2022-10-27 |
| Calificación | 4.46/5 Total de 13 Calificaciones |
| Desarrollador | Madeleine Smith Software |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://www.madeleinesmith.uk/ |
| URL de la Página de Ayuda | https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0 |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shade non-working hours for Google Calendar",
"action": {
"default_popup": "popup.html"
},
"manifest_version": 3,
"version": "1.4.0",
"description": "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock \ud83d\udcaf",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |