Workday and Outlook Sync

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

Vad är Workday and Outlook Sync?

Workday and Outlook Sync är en Chrome-tillägg utvecklad av bstrick, och dess huvudfunktion är "Provides a way to syn Workday events to your Outlook calendar.".

Tilläggsskärmbilder

screenshot

Ladda ner Workday and Outlook Sync-förlängningens CRX-fil

Ladda ner Workday and Outlook Sync-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
Officiell webbadress https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
Beskrivning Provides a way to syn Workday events to your Outlook calendar.
Filstorlek 55.33 KB
Antal Installationer 98
Aktuell Version 1.0
Senast Uppdaterad 2023-03-30
Publiceringsdatum 2022-10-15
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare bstrick
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/strick/workday-outlook-sync
Stödda Språk 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"
            ]
        }
    ]
}