Workday and Outlook Sync
Provides a way to syn Workday events to your Outlook calendar.
Wat is Workday and Outlook Sync?
Workday and Outlook Sync is een Chrome-extensie ontwikkeld door bstrick, en de belangrijkste functie is "Provides a way to syn Workday events to your Outlook calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Workday and Outlook Sync
Download Workday and Outlook Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | cjpjbnnnlbbofomjohagkiojgbebcbaf |
| Officiële URL | https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf |
| Beschrijving | Provides a way to syn Workday events to your Outlook calendar. |
| Bestandsgrootte | 55.33 KB |
| Aantal Installaties | 98 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-03-30 |
| Publicatiedatum | 2022-10-15 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | bstrick |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/strick/workday-outlook-sync |
| Ondersteunde Talen | 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"
]
}
]
} | |