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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
            ]
        }
    ]
}