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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |