Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

Merge Outlook Calendar là gì?

Merge Outlook Calendar là một tiện ích mở rộng Chrome được phát triển bởi Tyler Elliott, và tính năng chính của nó là "Select the merge view by default when using outlook web calendar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merge Outlook Calendar

Tải xuống các tệp mở rộng Merge Outlook Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
URL Chính Thức https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
Mô tả Select the merge view by default when using outlook web calendar
Kích Thước Tệp 7.33 KB
Số Lần Cài Đặt 239
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-01-11
Ngày Phát Hành 2018-01-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Tyler Elliott
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}