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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RESULTER TEAM และคุณลักษณะหลักของมันคือ "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calendar Synchronization - SyncPenguin

ดาวน์โหลดไฟล์ส่วนขยาย 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
}