Workday and Outlook Sync

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

Qu'est-ce que Workday and Outlook Sync ?

Workday and Outlook Sync est une extension Chrome développée par bstrick, et sa fonction principale est "Provides a way to syn Workday events to your Outlook calendar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Workday and Outlook Sync

Téléchargez les fichiers d'extension Workday and Outlook Sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
URL Officiel https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
Description Provides a way to syn Workday events to your Outlook calendar.
Taille du Fichier 55.33 KB
Nombre d'Installations 98
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-30
Date de Publication 2022-10-15
Évaluation 2.00/5 Total 1 Évaluations
Développeur bstrick
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/strick/workday-outlook-sync
Langues Prises en Charge 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"
            ]
        }
    ]
}