Calendar Synchronization - SyncPenguin

A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization

Was ist Calendar Synchronization - SyncPenguin?

Calendar Synchronization - SyncPenguin ist eine Chrome-Erweiterung, die von RESULTER TEAM entwickelt wurde, und ihr Hauptmerkmal ist "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization".

Erweiterungsscreenshots

screenshot
screenshot

Calendar Synchronization - SyncPenguin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Calendar Synchronization - SyncPenguin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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].                    

Grundlegende Informationen zur Erweiterung

Name Calendar Synchronization - SyncPenguin Calendar Synchronization - SyncPenguin
ID nmhjammiiikbgpjafbdnapeeajpnmfga
Offizielle URL https://chromewebstore.google.com/detail/calendar-synchronization/nmhjammiiikbgpjafbdnapeeajpnmfga
Beschreibung A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization
Dateigröße 10.55 KB
Installationsanzahl 324
Aktuelle Version 1.0.2
Letztes Update 2019-07-11
Veröffentlichungsdatum 2019-07-11
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler RESULTER TEAM
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://calendar.syncpenguin.com
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1-ONJPkEWnftZsz7nqr4uDd1cmge29_85CsmCzVvHM6w/edit?usp=sharing
Unterstützte Sprachen 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
}