Workday and Outlook Sync

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

Was ist Workday and Outlook Sync?

Workday and Outlook Sync ist eine Chrome-Erweiterung, die von bstrick entwickelt wurde, und ihr Hauptmerkmal ist "Provides a way to syn Workday events to your Outlook calendar.".

Erweiterungsscreenshots

screenshot

Workday and Outlook Sync-Erweiterungs-CRX-Datei herunterladen

Laden Sie Workday and Outlook Sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
Offizielle URL https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
Beschreibung Provides a way to syn Workday events to your Outlook calendar.
Dateigröße 55.33 KB
Installationsanzahl 98
Aktuelle Version 1.0
Letztes Update 2023-03-30
Veröffentlichungsdatum 2022-10-15
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler bstrick
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/strick/workday-outlook-sync
Unterstützte Sprachen 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"
            ]
        }
    ]
}