SavvyCal: Meeting Scheduling Software

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

什麼是SavvyCal: Meeting Scheduling Software?

SavvyCal: Meeting Scheduling Software是由https://savvycal.com開發的Chrome擴展程式,該擴展的主要功能是“Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SavvyCal: Meeting Scheduling Software擴展crx文件

下載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
官方網址 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"
    }
}