Here Calendar
Here.fm integration with Google Calendar
O que é Here Calendar?
Here Calendar é uma extensão do Chrome desenvolvida por https://here.fm, e sua principal característica é "Here.fm integration with Google Calendar".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Here Calendar
Baixe arquivos de extensão Here Calendar 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
Change up the way you get together with your friends with Here - a real-time, shared canvas where you can meet up on video, decorate with pics and GIFs, draw, screenshare, and more -- all in Chrome at here.fm. This extension provides a simple way to schedule meetings in a Here room, directly from Google Calendar. Book meetings, schedule social events, and change rooms with a couple clicks.
Informações Básicas da Extensão
Nome | |
ID | nngnogkbdoeejopcdkclmmkcbefggmed |
URL Oficial | https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed |
Descrição | Here.fm integration with Google Calendar |
Tamanho do Arquivo | 24.08 KB |
Contagem de Instalações | 2,591 |
Versão Atual | 1.0.6 |
Última Atualização | 2022-08-11 |
Data de Publicação | 2020-08-21 |
Classificação | 5.00/5 Total de 21 Avaliações |
Desenvolvedor | https://here.fm |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://here.fm |
URL da Página de Ajuda | https://help.here.fm |
URL da Página de Política de Privacidade | https://here.fm/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Here Calendar", "version": "1.0.6", "description": "Here.fm integration with Google Calendar", "externally_connectable": { "matches": [ "*:\/\/here.fm\/*" ] }, "background": { "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "*:\/\/here.fm\/*" ], "js": [ "main.js" ] } ], "icons": { "128": "128x128.png", "48": "48x48.png", "16": "16x16.png" }, "manifest_version": 2 } |