Calendar Synchronization - SyncPenguin

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

什么是Calendar Synchronization - SyncPenguin?

Calendar Synchronization - SyncPenguin是由RESULTER TEAM开发的Chrome扩展程序,该扩展的主要功能是“A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization”。

扩展截图

screenshot
screenshot

下载Calendar Synchronization - SyncPenguin扩展crx文件

下载Calendar Synchronization - SyncPenguin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Calendar Synchronization - SyncPenguin Calendar Synchronization - SyncPenguin
ID nmhjammiiikbgpjafbdnapeeajpnmfga
官方URL https://chromewebstore.google.com/detail/calendar-synchronization/nmhjammiiikbgpjafbdnapeeajpnmfga
简介 A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization
文件大小 10.55 KB
安装次数 324
当前版本 1.0.2
更新时间 2019-07-11
上架时间 2019-07-11
评分 4.00/5 共2次评分
开发者 RESULTER TEAM
电子邮箱 [email protected]
付费类型 free
扩展官网 https://calendar.syncpenguin.com
隐私政策页面URL https://docs.google.com/document/d/1-ONJPkEWnftZsz7nqr4uDd1cmge29_85CsmCzVvHM6w/edit?usp=sharing
支持的语言 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
}