Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
Co to jest Qwoach: free scheduling software for coaches?
Qwoach: free scheduling software for coaches to rozszerzenie Chrome opracowane przez https://qwoach.com, a jego główną funkcją jest „Fully functional scheduler for coaches: free calendly alternative”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Qwoach: free scheduling software for coaches
Pobierz pliki rozszerzeń Qwoach: free scheduling software for coaches w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
Oficjalny URL | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
Opis | Fully functional scheduler for coaches: free calendly alternative |
Rozmiar pliku | 85.39 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-06-09 |
Data Publikacji | 2019-06-09 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | https://qwoach.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://qwoach.com |
Adres URL Strony Polityki Prywatności | https://qwoach.com/privacy |
Obsługiwane Języki | 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" ] } } |