SavvyCal: Meeting Scheduling Software
Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.
¿Qué es SavvyCal: Meeting Scheduling Software?
SavvyCal: Meeting Scheduling Software es una extensión de Chrome desarrollada por https://savvycal.com, y su función principal es "Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SavvyCal: Meeting Scheduling Software
Descarga archivos de extensión SavvyCal: Meeting Scheduling Software en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | SavvyCal: Meeting Scheduling Software |
ID | iichooaeifiikckmbkkamchlimpjfolf |
URL Oficial | https://chromewebstore.google.com/detail/savvycal-meeting-scheduli/iichooaeifiikckmbkkamchlimpjfolf |
Descripción | Schedule meetings and sync with Google Calendar, Outlook, iCloud, or Fastmail. |
Tamaño del Archivo | 829 KB |
Cantidad de Instalaciones | 1,091 |
Versión Actual | 1.0.12 |
Última Actualización | 2024-02-17 |
Fecha de Publicación | 2022-10-18 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://savvycal.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://savvycal.com |
URL de la Página de Ayuda | https://docs.savvycal.com |
URL de la Página de Política de Privacidad | https://savvycal.com/privacy |
Idiomas Soportados | 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" } } |