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
官方網址 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"
            ]
        }
    ]
}