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 |
| 官方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"
]
}
]
} | |