Workday and Outlook Sync

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

Cos'è Workday and Outlook Sync?

Workday and Outlook Sync è un'estensione di Chrome sviluppata da bstrick, e la sua funzione principale è "Provides a way to syn Workday events to your Outlook calendar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Workday and Outlook Sync

Scarica i file di estensione Workday and Outlook Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
URL Ufficiale https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
Descrizione Provides a way to syn Workday events to your Outlook calendar.
Dimensione del File 55.33 KB
Conteggio Installazioni 98
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2022-10-15
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore bstrick
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/strick/workday-outlook-sync
Lingue Supportate 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"
            ]
        }
    ]
}