Calendar Synchronization - SyncPenguin
A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization
Cos'è Calendar Synchronization - SyncPenguin?
Calendar Synchronization - SyncPenguin è un'estensione di Chrome sviluppata da RESULTER TEAM, e la sua funzione principale è "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Calendar Synchronization - SyncPenguin
Scarica i file di estensione Calendar Synchronization - SyncPenguin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | Calendar Synchronization - SyncPenguin |
ID | nmhjammiiikbgpjafbdnapeeajpnmfga |
URL Ufficiale | https://chromewebstore.google.com/detail/calendar-synchronization/nmhjammiiikbgpjafbdnapeeajpnmfga |
Descrizione | A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization |
Dimensione del File | 10.55 KB |
Conteggio Installazioni | 324 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-07-11 |
Data di Pubblicazione | 2019-07-11 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | RESULTER TEAM |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://calendar.syncpenguin.com |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1-ONJPkEWnftZsz7nqr4uDd1cmge29_85CsmCzVvHM6w/edit?usp=sharing |
Lingue Supportate | 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 } |