Qwoach: free scheduling software for coaches
Fully functional scheduler for coaches: free calendly alternative
O que é Qwoach: free scheduling software for coaches?
Qwoach: free scheduling software for coaches é uma extensão do Chrome desenvolvida por https://qwoach.com, e sua principal característica é "Fully functional scheduler for coaches: free calendly alternative".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Qwoach: free scheduling software for coaches
Baixe arquivos de extensão Qwoach: free scheduling software for coaches no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Qwoach: free scheduling software for coaches |
ID | ecgcnedgibbmdcbocecpipdocplbgmai |
URL Oficial | https://chromewebstore.google.com/detail/qwoach-free-scheduling-so/ecgcnedgibbmdcbocecpipdocplbgmai |
Descrição | Fully functional scheduler for coaches: free calendly alternative |
Tamanho do Arquivo | 85.39 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-06-09 |
Data de Publicação | 2019-06-09 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | https://qwoach.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://qwoach.com |
URL da Página de Política de Privacidade | https://qwoach.com/privacy |
Idiomas Suportados | 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" ] } } |