Merge Outlook Calendar
Select the merge view by default when using outlook web calendar
Co to jest Merge Outlook Calendar?
Merge Outlook Calendar to rozszerzenie Chrome opracowane przez Tyler Elliott, a jego główną funkcją jest „Select the merge view by default when using outlook web calendar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Merge Outlook Calendar
Pobierz pliki rozszerzeń Merge Outlook Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lickgobohnoilijjmadngpopdnjkalge |
Oficjalny URL | https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge |
Opis | Select the merge view by default when using outlook web calendar |
Rozmiar pliku | 7.33 KB |
Liczba instalacji | 239 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2018-01-11 |
Data Publikacji | 2018-01-11 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Tyler Elliott |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |