Merge Outlook Calendar

Select the merge view by default when using outlook web calendar

Co je Merge Outlook Calendar?

Merge Outlook Calendar je rozšíření Chrome vyvinuté Tyler Elliott, a jeho hlavní funkcí je „Select the merge view by default when using outlook web calendar“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Merge Outlook Calendar

Stáhněte si soubory rozšíření Merge Outlook Calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Merge Outlook Calendar Merge Outlook Calendar
ID lickgobohnoilijjmadngpopdnjkalge
Oficiální URL https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge
Popis Select the merge view by default when using outlook web calendar
Velikost souboru 7.33 KB
Počet instalací 239
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-01-11
Datum Vydání 2018-01-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Tyler Elliott
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}