Calendar Synchronization - SyncPenguin
A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization
O que é Calendar Synchronization - SyncPenguin?
Calendar Synchronization - SyncPenguin é uma extensão do Chrome desenvolvida por RESULTER TEAM, e sua principal característica é "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Calendar Synchronization - SyncPenguin
Baixe arquivos de extensão Calendar Synchronization - SyncPenguin 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
SyncPenguin Calendar Synchronization is a free Chrome extension that allows you to setup a two-way synchronization between Google Calendar and Microsoft Office365 Exchange (Outlook) meetings. Before start you have to sign up. After that you need to enter your credentials to both Google and Microsoft accounts (through authorized OAuth 2.0 endpoints). After clicking 'Start' button your sync is all set. The sync is performed every 5 minutes. Note that recurring meetings are not supported at the moment. Also note that SyncPenguin is not storing any of your credentials or meeting details. It's only responsible for passing meetings from one source to another. The service is fully based on upcoming SyncPenguin synchronization-as-a-platform service. It's a modern tool that can be used to quickly setup a full two-way records synchronization between any two data sources. More details here: https://syncpenguin.com If you have any questions or requests let us at [email protected].
Informações Básicas da Extensão
Nome | Calendar Synchronization - SyncPenguin |
ID | nmhjammiiikbgpjafbdnapeeajpnmfga |
URL Oficial | https://chromewebstore.google.com/detail/calendar-synchronization/nmhjammiiikbgpjafbdnapeeajpnmfga |
Descrição | A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization |
Tamanho do Arquivo | 10.55 KB |
Contagem de Instalações | 324 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-07-11 |
Data de Publicação | 2019-07-11 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | RESULTER TEAM |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://calendar.syncpenguin.com |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/1-ONJPkEWnftZsz7nqr4uDd1cmge29_85CsmCzVvHM6w/edit?usp=sharing |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calendar Synchronization - SyncPenguin", "short_name": "Calendar Synchronization - SyncPenguin", "description": "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization", "version": "1.0.2", "minimum_chrome_version": "54.0.2840", "permissions": [], "browser_action": { "default_icon": { "128": "penguin.png" } }, "background": { "scripts": [ "scripts\/background\/main.js" ] }, "manifest_version": 2 } |