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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}