Aerotime
Be effective, not busy!
O que é Aerotime?
Aerotime é uma extensão do Chrome desenvolvida por https://aerotime.com, e sua principal característica é "Be effective, not busy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Aerotime
Baixe arquivos de extensão Aerotime 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
*Works only on Google Workspace* If you feel your calendar doesn't give you space to breathe and give time to work on your important goals, you need Aerotime. How does Aerotime do it? 1. Batches similar meetings together. This minimizes context switching and time lost between meetings. Handles all logistics around finding the perfect time between meeting attendees. 2. Finds and fixes ineffective meetings. Run anonymized feedback loops with attendees asking if this meeting was the best use of their time without revealing their identities. 3. Time blocks your tasks. Automatically find perfect spaces in your calendar for your tasks. 4. Snoozes distractions. Slack goes to sleep when you focus.
Informações Básicas da Extensão
Nome | Aerotime |
ID | pfkgkmoeeoljbjkbfhaoghdlpnkhlhke |
URL Oficial | https://chromewebstore.google.com/detail/aerotime/pfkgkmoeeoljbjkbfhaoghdlpnkhlhke |
Descrição | Be effective, not busy! |
Tamanho do Arquivo | 20.03 MB |
Contagem de Instalações | 128 |
Versão Atual | 2.0.20 |
Última Atualização | 2022-08-21 |
Data de Publicação | 2020-09-22 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://aerotime.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.aerotime.com |
URL da Página de Ajuda | https://help.aerotime.com |
URL da Página de Política de Privacidade | https://www.aerotime.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aerotime", "version": "2.0.20", "manifest_version": 2, "description": "Be effective, not busy!", "permissions": [ "storage", "tabs" ], "optional_permissions": [ "https:\/\/*\/" ], "background": { "scripts": [ "\/static\/js\/background.js" ], "persistent": false }, "commands": [], "icons": { "16": "assets\/icons\/logo128.png", "32": "assets\/icons\/logo256.png", "48": "assets\/icons\/logo256.png", "128": "assets\/icons\/logo256.png" }, "browser_action": [], "content_scripts": [], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/css\/content_aeromeet.css", "\/static\/media\/*", "assets\/*" ], "externally_connectable": { "matches": [ "*:\/\/api.aerotime.ai\/*" ] }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |