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”。
擴展截圖
下載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 |
ID | nmhjammiiikbgpjafbdnapeeajpnmfga |
官方網址 | 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 } |