SavvyCal: Meeting Scheduling Software

Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.

Τι είναι το SavvyCal: Meeting Scheduling Software;

Το SavvyCal: Meeting Scheduling Software είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://savvycal.com, και η κύρια λειτουργία του είναι "Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SavvyCal: Meeting Scheduling Software

Λήψη αρχείων επέκτασης SavvyCal: Meeting Scheduling Software σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        SavvyCal is the thoughtful way to find a time to meet. 

SavvyCal for Chrome saves time with one-click access to your scheduling links.

→ See the list of all scheduling links you have access to
→ Copy your link URLs to clipboard for easy pasting
→ Propose times to meet and copy a snippet to paste into emails
→ Preview the availability shown on your scheduling links

Copy your scheduling link URL, build proposed time snippets to drop right into your emails, and create personalized links without ever leaving your current browser tab.

Connect your work and personal Google, Outlook, iCloud or Fastmail calendars to ensure you never get double booked.

What makes SavvyCal unique from other meeting scheduling software:

→ Calendar overlay
→ Prefill recipient info
→ Ranked availability
→ Limit scheduling frequency
→ Per-link calendar settings
→ Multiple durations
→ Time zone scheduling
→ Delegate account access
→ Single-use links

You’ll love it for the advanced features to keep you in control of your calendar. They’ll love it for the personalized scheduling experience.

Schedule your next meeting with SavvyCal and you’ll feel the difference.                    

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

Όνομα SavvyCal: Meeting Scheduling Software SavvyCal: Meeting Scheduling Software
ID iichooaeifiikckmbkkamchlimpjfolf
Επίσημο URL https://chromewebstore.google.com/detail/savvycal-meeting-scheduli/iichooaeifiikckmbkkamchlimpjfolf
Περιγραφή Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.
Μέγεθος Αρχείου 829 KB
Αριθμός Εγκαταστάσεων 1,091
Τρέχουσα Έκδοση 1.0.12
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2022-10-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://savvycal.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://savvycal.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.savvycal.com
URL της Σελίδας Πολιτικής Απορρήτου https://savvycal.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SavvyCal: Meeting Scheduling Software",
    "version": "1.0.12",
    "description": "Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.",
    "homepage_url": "https:\/\/savvycal.com",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "https:\/\/savvycal.com\/*",
        "https:\/\/savvycal.dev\/*"
    ],
    "permissions": [
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}