Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

什么是Merge Outlook Calendar?

Merge Outlook Calendar是由Tyler Elliott开发的Chrome扩展程序,该扩展的主要功能是“Select the merge view by default when using outlook web calendar”。

扩展截图

screenshot
screenshot

下载Merge Outlook Calendar扩展crx文件

下载Merge Outlook Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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