Merge Outlook Calendar
Select the merge view by default when using outlook web calendar
Vad är Merge Outlook Calendar?
Merge Outlook Calendar är en Chrome-tillägg utvecklad av Tyler Elliott, och dess huvudfunktion är "Select the merge view by default when using outlook web calendar".
Tilläggsskärmbilder
Ladda ner Merge Outlook Calendar-förlängningens CRX-fil
Ladda ner Merge Outlook Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lickgobohnoilijjmadngpopdnjkalge |
Officiell webbadress | https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge |
Beskrivning | Select the merge view by default when using outlook web calendar |
Filstorlek | 7.33 KB |
Antal Installationer | 239 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2018-01-11 |
Publiceringsdatum | 2018-01-11 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Tyler Elliott |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |