Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
Was ist Qwoach: free scheduling software for coaches?
Qwoach: free scheduling software for coaches ist eine Chrome-Erweiterung, die von https://qwoach.com entwickelt wurde, und ihr Hauptmerkmal ist "Fully functional scheduler for coaches: free calendly alternative".
Erweiterungsscreenshots
Qwoach: free scheduling software for coaches-Erweiterungs-CRX-Datei herunterladen
Laden Sie Qwoach: free scheduling software for coaches-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
Offizielle URL | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
Beschreibung | Fully functional scheduler for coaches: free calendly alternative |
Dateigröße | 85.39 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2019-06-09 |
Veröffentlichungsdatum | 2019-06-09 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://qwoach.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://qwoach.com |
URL der Datenschutzrichtlinien-Seite | https://qwoach.com/privacy |
Unterstützte Sprachen | 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" ] } } |