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 💯

Τι είναι το Shade non-working hours for Google Calendar;

Το Shade non-working hours for Google Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Madeleine Smith Software, και η κύρια λειτουργία του είναι "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Shade non-working hours for Google Calendar

Λήψη αρχείων επέκτασης Shade non-working hours for Google Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 💯                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Shade non-working hours for Google Calendar Shade non-working hours for Google Calendar
ID hdlfamnpialfmlkddnmijnimciflhbjo
Επίσημο URL https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo
Περιγραφή Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯
Μέγεθος Αρχείου 24.88 MB
Αριθμός Εγκαταστάσεων 2,214
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2023-04-15
Ημερομηνία Δημοσίευσης 2022-10-27
Αξιολόγηση 4.46/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Madeleine Smith Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.madeleinesmith.uk/
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0
Υποστηριζόμενες Γλώσσες 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"
    }
}