Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
¿Qué es Qwoach: free scheduling software for coaches?
Qwoach: free scheduling software for coaches es una extensión de Chrome desarrollada por https://qwoach.com, y su función principal es "Fully functional scheduler for coaches: free calendly alternative".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Qwoach: free scheduling software for coaches
Descarga archivos de extensión Qwoach: free scheduling software for coaches 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
Eliminate back and forth with automated scheduler: 1. Setup the hours when you are availability over the week 2. Connect your calendar to automatically check for busy times and add scheduled events Just share your personal scheduling link and people will pick the time right away saving the time for both you and your client. One of you need to reschedule or cancel? It's as simple as clicking the link and picking the new time. Provide optional reason and the other party will be notified about the change. Save a few hours each month. Free and fully functional Calendly alternative.
Información Básica de la Extensión
Nombre | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
URL Oficial | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
Descripción | Fully functional scheduler for coaches: free calendly alternative |
Tamaño del Archivo | 85.39 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 1.0.1 |
Última Actualización | 2019-06-09 |
Fecha de Publicación | 2019-06-09 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | https://qwoach.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://qwoach.com |
URL de la Página de Política de Privacidad | https://qwoach.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qwoach: free scheduling software for coaches", "description": "Fully functional scheduler for coaches: free calendly alternative", "version": "1.0.1", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Qwoach scheduling software for coaches" }, "background": { "scripts": [ "background.js" ] } } |