Calendar Synchronization - SyncPenguin
A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization
Qu'est-ce que Calendar Synchronization - SyncPenguin ?
Calendar Synchronization - SyncPenguin est une extension Chrome développée par RESULTER TEAM, et sa fonction principale est "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Calendar Synchronization - SyncPenguin
Téléchargez les fichiers d'extension Calendar Synchronization - SyncPenguin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | Calendar Synchronization - SyncPenguin |
ID | nmhjammiiikbgpjafbdnapeeajpnmfga |
URL Officiel | https://chromewebstore.google.com/detail/calendar-synchronization/nmhjammiiikbgpjafbdnapeeajpnmfga |
Description | A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization |
Taille du Fichier | 10.55 KB |
Nombre d'Installations | 324 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-07-11 |
Date de Publication | 2019-07-11 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | RESULTER TEAM |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://calendar.syncpenguin.com |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1-ONJPkEWnftZsz7nqr4uDd1cmge29_85CsmCzVvHM6w/edit?usp=sharing |
Langues Prises en Charge | 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 } |