Workday and Outlook Sync
Provides a way to syn Workday events to your Outlook calendar.
Hvad er Workday and Outlook Sync?
Workday and Outlook Sync er en Chrome-udvidelse udviklet af bstrick, og dens hovedfunktion er "Provides a way to syn Workday events to your Outlook calendar.".
Udvidelsesskærmbilleder
Download Workday and Outlook Sync-udvidelses-CRX-fil
Download Workday and Outlook Sync-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | cjpjbnnnlbbofomjohagkiojgbebcbaf |
| Officiel URL | https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf |
| Beskrivelse | Provides a way to syn Workday events to your Outlook calendar. |
| Filstørrelse | 55.33 KB |
| Antal Installationer | 98 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-03-30 |
| Udgivelsesdato | 2022-10-15 |
| Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
| Udvikler | bstrick |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/strick/workday-outlook-sync |
| Understøttede Sprog | 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"
]
}
]
} | |