Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

Wat is Merge Outlook Calendar?

Merge Outlook Calendar is een Chrome-extensie ontwikkeld door Tyler Elliott, en de belangrijkste functie is "Select the merge view by default when using outlook web calendar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Merge Outlook Calendar

Download Merge Outlook Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
Officiële URL https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
Beschrijving Select the merge view by default when using outlook web calendar
Bestandsgrootte 7.33 KB
Aantal Installaties 239
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-01-11
Publicatiedatum 2018-01-11
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Tyler Elliott
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}