Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
Cos'è Qwoach: free scheduling software for coaches?
Qwoach: free scheduling software for coaches è un'estensione di Chrome sviluppata da https://qwoach.com, e la sua funzione principale è "Fully functional scheduler for coaches: free calendly alternative".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Qwoach: free scheduling software for coaches
Scarica i file di estensione Qwoach: free scheduling software for coaches in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
URL Ufficiale | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
Descrizione | Fully functional scheduler for coaches: free calendly alternative |
Dimensione del File | 85.39 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-06-09 |
Data di Pubblicazione | 2019-06-09 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://qwoach.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://qwoach.com |
URL della Pagina della Politica sulla Privacy | https://qwoach.com/privacy |
Lingue Supportate | 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" ] } } |