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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and free service for two-way Google Calendar and Microsoft Office 365 Exchange (Outlook) calendar synchronization"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Calendar Synchronization - SyncPenguin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}