Workday and Outlook Sync
Provides a way to syn Workday events to your Outlook calendar.
Workday and Outlook Syncคืออะไร?
Workday and Outlook Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bstrick และคุณลักษณะหลักของมันคือ "Provides a way to syn Workday events to your Outlook calendar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Workday and Outlook Sync
ดาวน์โหลดไฟล์ส่วนขยาย Workday and Outlook Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Workday and Outlook Sync |
ID | cjpjbnnnlbbofomjohagkiojgbebcbaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf |
คำอธิบาย | Provides a way to syn Workday events to your Outlook calendar. |
ขนาดไฟล์ | 55.33 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-30 |
วันที่เผยแพร่ | 2022-10-15 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | bstrick |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/strick/workday-outlook-sync |
ภาษาที่รองรับ | 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" ] } ] } |