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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } |