Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
Что такое Qwoach: free scheduling software for coaches?
Qwoach: free scheduling software for coaches - это расширение Chrome, разработанное https://qwoach.com, и его основная функция - "Fully functional scheduler for coaches: free calendly alternative".
Снимки экрана расширения
Скачать файл CRX расширения Qwoach: free scheduling software for coaches
Скачайте файлы расширений Qwoach: free scheduling software for coaches в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
Официальный URL | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
Описание | Fully functional scheduler for coaches: free calendly alternative |
Размер файла | 85.39 KB |
Количество установок | 43 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2019-06-09 |
Дата публикации | 2019-06-09 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | https://qwoach.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://qwoach.com |
URL страницы политики конфиденциальности | https://qwoach.com/privacy |
Поддерживаемые языки | 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" ] } } |