Workday and Outlook Sync

Provides a way to syn Workday events to your Outlook calendar.

Workday and Outlook Sync là gì?

Workday and Outlook Sync là một tiện ích mở rộng Chrome được phát triển bởi bstrick, và tính năng chính của nó là "Provides a way to syn Workday events to your Outlook calendar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Workday and Outlook Sync

Tải xuống các tệp mở rộng Workday and Outlook Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Workday and Outlook Sync Workday and Outlook Sync
ID cjpjbnnnlbbofomjohagkiojgbebcbaf
URL Chính Thức https://chromewebstore.google.com/detail/workday-and-outlook-sync/cjpjbnnnlbbofomjohagkiojgbebcbaf
Mô tả Provides a way to syn Workday events to your Outlook calendar.
Kích Thước Tệp 55.33 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-30
Ngày Phát Hành 2022-10-15
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bstrick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/strick/workday-outlook-sync
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}