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 💯
Hvad er Shade non-working hours for Google Calendar?
Shade non-working hours for Google Calendar er en Chrome-udvidelse udviklet af Madeleine Smith Software, og dens hovedfunktion er "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".
Udvidelsesskærmbilleder
Download Shade non-working hours for Google Calendar-udvidelses-CRX-fil
Download Shade non-working hours for Google Calendar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 💯 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hdlfamnpialfmlkddnmijnimciflhbjo |
| Officiel URL | https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo |
| Beskrivelse | Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯 |
| Filstørrelse | 24.88 MB |
| Antal Installationer | 2,214 |
| Nuværende Version | 1.4.0 |
| Senest Opdateret | 2023-04-15 |
| Udgivelsesdato | 2022-10-27 |
| Bedømmelse | 4.46/5 Samlet 13 Bedømmelser |
| Udvikler | Madeleine Smith Software |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.madeleinesmith.uk/ |
| Hjælpeside-URL | https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0 |
| Understøttede Sprog | 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"
}
} | |