Workday and Outlook Sync
Provides a way to syn Workday events to your Outlook calendar.
Apa itu Workday and Outlook Sync?
Workday and Outlook Sync adalah ekstensi Chrome yang dikembangkan oleh bstrick, dan fitur utamanya adalah "Provides a way to syn Workday events to your Outlook calendar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Workday and Outlook Sync
Unduh file ekstensi Workday and Outlook Sync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Workday and Outlook Sync |
ID | cjpjbnnnlbbofomjohagkiojgbebcbaf |
URL Resmi | https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf |
Deskripsi | Provides a way to syn Workday events to your Outlook calendar. |
Ukuran File | 55.33 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-03-30 |
Tanggal Publikasi | 2022-10-15 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | bstrick |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/strick/workday-outlook-sync |
Bahasa yang Didukung | 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" ] } ] } |