Workday and Outlook Sync

Provides a way to syn Workday events to your Outlook calendar.

Workday and Outlook Sync क्या है?

Workday and Outlook Sync bstrick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a way to syn Workday events to your Outlook calendar."।

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

screenshot

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

crx प्रारूप में Workday and Outlook Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Provides a way to sync Workday events to your Outlook calendar.   For more details visit the GitHub page: https://github.com/strick/workday-outlook-sync                    

एक्सटेंशन की मूल जानकारी

नाम Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
आधिकारिक URL https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
विवरण Provides a way to syn Workday events to your Outlook calendar.
फ़ाइल का आकार 55.33 KB
स्थापना संख्या 98
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-30
प्रकाशन तिथि 2022-10-15
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर bstrick
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/strick/workday-outlook-sync
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Workday and Outlook Sync",
    "description": "Provides a way to syn Workday events to your Outlook calendar.",
    "version": "1.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.myworkday.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/main.js"
            ]
        }
    ]
}