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 💯
Cos'è Shade non-working hours for Google Calendar?
Shade non-working hours for Google Calendar è un'estensione di Chrome sviluppata da Madeleine Smith Software, e la sua funzione principale è "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shade non-working hours for Google Calendar
Scarica i file di estensione Shade non-working hours for Google Calendar 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
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 💯 Informazioni di Base sull'Estensione
| Nome | |
| ID | hdlfamnpialfmlkddnmijnimciflhbjo |
| URL Ufficiale | https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo |
| Descrizione | Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯 |
| Dimensione del File | 24.88 MB |
| Conteggio Installazioni | 2,214 |
| Versione Corrente | 1.4.0 |
| Ultimo Aggiornamento | 2023-04-15 |
| Data di Pubblicazione | 2022-10-27 |
| Valutazione | 4.46/5 Totale 13 Valutazioni |
| Sviluppatore | Madeleine Smith Software |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.madeleinesmith.uk/ |
| URL della Pagina di Aiuto | https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0 |
| Lingue Supportate | 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"
}
} | |