Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

ما هو Merge Outlook Calendar؟

Merge Outlook Calendar هو إضافة Chrome تم تطويرها بواسطة Tyler Elliott، والميزة الرئيسية لها هي "Select the merge view by default when using outlook web calendar".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Merge Outlook Calendar

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

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

                        When using O365 Outlook on the web. The day view of your calendar defaults by splitting all of your calendars into multiple columns. This extension merges them into a single view by default.

Views can still be toggled using the split/merge toggle in the upper right.                    

معلومات أساسية عن التمديد

الاسم Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
عنوان URL الرسمي https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
الوصف Select the merge view by default when using outlook web calendar
حجم الملف 7.33 KB
عدد التثبيتات 239
النسخة الحالية 1.0.2
آخر تحديث 2018-01-11
تاريخ النشر 2018-01-11
تقييم 5.00/5 مجموع تقييمات 3
المطور Tyler Elliott
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merge Outlook Calendar",
    "description": "Select the merge view by default when using outlook web calendar",
    "version": "1.0.2",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/outlook.office.com\/owa\/?path=\/calendar\/view\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}