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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Workday and Outlook Sync

قم بتنزيل ملفات الامتداد Workday and Outlook Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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