Workday and Outlook Sync
Provides a way to syn Workday events to your Outlook calendar.
什麼是Workday and Outlook Sync?
Workday and Outlook Sync是由bstrick開發的Chrome擴展程式,該擴展的主要功能是“Provides a way to syn Workday events to your Outlook calendar.”。
擴展截圖
下載Workday and Outlook Sync擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | cjpjbnnnlbbofomjohagkiojgbebcbaf |
| 官方網址 | 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"
]
}
]
} | |