TimeSlotYou for Google Calendar™

Availability finder for your busy Google Calendar™.

Hvad er TimeSlotYou for Google Calendar™?

TimeSlotYou for Google Calendar™ er en Chrome-udvidelse udviklet af https://www.timeslotyou.com, og dens hovedfunktion er "Availability finder for your busy Google Calendar™.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TimeSlotYou for Google Calendar™-udvidelses-CRX-fil

Download TimeSlotYou 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

                        Many people, especially busy professionals such as doctors, practitioners, therapists, excecutives, managers, salon administrators and many others, arrange and schedule their every day appointments in google calendar. The daily agenda can easily get crowded and messy with continuous 10, 15, 30 minutes appointments during working hours and days. Google calendar and numerous extensions and apps are perfect in creating, rearranging and viewing these calendars.

But what about availability? How easily can you spot let's say a 15 minute opening (appointment-free time) in the next two months in your packed agenda?

TimeSlotYou for Google Calendar™ browses your google calendar and spots openings, so you have a clear picture of availability for new appointments.

1. Download the extension.
2. Go to Google Calendar page and click on the extension to open the popup.
3. Go to configuration and select your busy calendar from the list of google calendars you have write access to.
4. Setup your working plan; which days of the week and hours of the day you normally work.
5. Complete any possible exceptions of your normal working plan, days off, holidays, overtime.
6. Optionally, provide commonly used appointment durations, such as 15 minutes, 30 minutes, 45 minutes.

That's it... Now you can 

1. instantly see your next opening,
2. list all openings for the next 2, 3 or 6 months,
3. narrow availability searching for specific time durations (for example see availability at least 30 minutes long) and
4. get an overview picture of your availability calendar in google calendar web page.                    

Grundlæggende oplysninger om udvidelsen

Navn TimeSlotYou for Google Calendar™ TimeSlotYou for Google Calendar™
ID foankeofjffaafjieigffenmkffjneif
Officiel URL https://chromewebstore.google.com/detail/timeslotyou-for-google-ca/foankeofjffaafjieigffenmkffjneif
Beskrivelse Availability finder for your busy Google Calendar™.
Filstørrelse 8.18 MB
Antal Installationer 256
Nuværende Version 1.1.6
Senest Opdateret 2023-10-27
Udgivelsesdato 2020-04-25
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://www.timeslotyou.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.timeslotyou.com
Hjælpeside-URL https://www.timeslotyou.com
Understøttede Sprog en,el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsW9Pb9n\/1Wxd2GXzCQSDlIbqkY3xSZr8hop0b\/G78LH9uyS1HHM\/p3dsHHY1M2vsjemSkDrJCcL0cH85e1gc4KV4yTS6O4Bk5vH31ubswTM9LFSXv5F7lT5qEcZFpzhG\/NYwKLafbDQOmqRM1JrlssmsiXcZJ+Ek1UV0IROiOw6nVJn6iNYkL7ErNlB5ECWs0cwxDWWLGm22H2Zi58\/LbYry6YyGvXRW1pwAdNjT4karVGT8VJ+ZAe\/EGJJduIG8QzERvqA4jDJvUtOUGm3Sf7L+kINPPmltWbbquhJT4UTVSG9vnqGkPGSLy6iPbW30ewrv8SC+TbDlQJAPeQRxvwIDAQAB",
    "oauth2": {
        "client_id": "268094984845-bfpvfq7om9oi9eoscqdr82c9ct7j1nmd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background\/background-shared.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/calendar16.png",
            "32": "assets\/calendar32.png",
            "128": "assets\/calendar128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "background\/scripts.js",
                "background\/background-angular-root.js",
                "background\/runtime-es2015.js",
                "background\/polyfills-es2015.js",
                "background\/vendor-es2015.js",
                "background\/main-es2015.js",
                "background\/styles-es2015.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/calendar16.png",
        "32": "assets\/calendar32.png",
        "128": "assets\/calendar128.png"
    },
    "manifest_version": 3
}