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'est-ce que Shade non-working hours for Google Calendar ?

Shade non-working hours for Google Calendar est une extension Chrome développée par Madeleine Smith Software, et sa fonction principale est "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shade non-working hours for Google Calendar

Téléchargez les fichiers d'extension Shade non-working hours for Google Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 💯                    

Informations de Base sur l'Extension

Nom Shade non-working hours for Google Calendar Shade non-working hours for Google Calendar
ID hdlfamnpialfmlkddnmijnimciflhbjo
URL Officiel https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo
Description Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯
Taille du Fichier 24.88 MB
Nombre d'Installations 2,214
Version Actuelle 1.4.0
Dernière Mise à Jour 2023-04-15
Date de Publication 2022-10-27
Évaluation 4.46/5 Total 13 Évaluations
Développeur Madeleine Smith Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.madeleinesmith.uk/
URL de la Page d'Aide https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0
Langues Prises en Charge 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"
    }
}