Qwoach: free schedule maker for coaches
Fully functional schedule builder for coaches
O que é Qwoach: free schedule maker for coaches?
Qwoach: free schedule maker for coaches é uma extensão do Chrome desenvolvida por https://qwoach.com, e sua principal característica é "Fully functional schedule builder for coaches".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Qwoach: free schedule maker for coaches
Baixe arquivos de extensão Qwoach: free schedule maker 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
Intuitive and easy to use schedule maker allows to create your schedule and export it to PDF in minutes. Absolutely FREE schedule maker - click or click-and-drag to create events - assign colors to each event - drag an event to update it's start and end time - export to pdf Any questions? Drop us a message at [email protected]
Informações Básicas da Extensão
Nome | Qwoach: free schedule maker for coaches |
ID | pphiacdkfcfpfggjgjhanjkamdmanoba |
URL Oficial | https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba |
Descrição | Fully functional schedule builder for coaches |
Tamanho do Arquivo | 85.39 KB |
Contagem de Instalações | 130 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-09-24 |
Data de Publicação | 2019-09-24 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | https://qwoach.com |
[email protected] | |
Tipo de Pagamento | free |
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 schedule maker for coaches", "description": "Fully functional schedule builder for coaches", "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 schedule maker for coaches" }, "background": { "scripts": [ "background.js" ] } } |