Workday and Outlook Sync

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

What is Workday and Outlook Sync?

Workday and Outlook Sync is a Chrome extension developed by bstrick, and its main feature is "Provides a way to syn Workday events to your Outlook calendar.".

Extension Screenshots

screenshot

Download Workday and Outlook Sync Extension CRX File

Download Workday and Outlook Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
Official URL https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
Description Provides a way to syn Workday events to your Outlook calendar.
File Size 55.33 KB
Installation Count 98
Current Version 1.0
Last Updated 2023-03-30
Publish Date 2022-10-15
Rating 2.00/5 Total 1 Ratings
Developer bstrick
Email [email protected]
Payment Type free
Extension Website https://github.com/strick/workday-outlook-sync
Supported Languages 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"
            ]
        }
    ]
}