Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

What is Merge Outlook Calendar?

Merge Outlook Calendar is a Chrome extension developed by Tyler Elliott, and its main feature is "Select the merge view by default when using outlook web calendar".

Extension Screenshots

screenshot
screenshot

Download Merge Outlook Calendar Extension CRX File

Download Merge Outlook Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
Official URL https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
Description Select the merge view by default when using outlook web calendar
File Size 7.33 KB
Installation Count 239
Current Version 1.0.2
Last Updated 2018-01-11
Publish Date 2018-01-11
Rating 5.00/5 Total 3 Ratings
Developer Tyler Elliott
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}