Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

Apa itu Merge Outlook Calendar?

Merge Outlook Calendar adalah ekstensi Chrome yang dikembangkan oleh Tyler Elliott, dan fitur utamanya adalah "Select the merge view by default when using outlook web calendar".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Merge Outlook Calendar

Unduh file ekstensi Merge Outlook Calendar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
URL Resmi https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
Deskripsi Select the merge view by default when using outlook web calendar
Ukuran File 7.33 KB
Jumlah Instalasi 239
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-01-11
Tanggal Publikasi 2018-01-11
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Tyler Elliott
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}