Merge Outlook Calendar
Select the merge view by default when using outlook web calendar
Cos'è Merge Outlook Calendar?
Merge Outlook Calendar è un'estensione di Chrome sviluppata da Tyler Elliott, e la sua funzione principale è "Select the merge view by default when using outlook web calendar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Merge Outlook Calendar
Scarica i file di estensione Merge Outlook Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lickgobohnoilijjmadngpopdnjkalge |
URL Ufficiale | https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge |
Descrizione | Select the merge view by default when using outlook web calendar |
Dimensione del File | 7.33 KB |
Conteggio Installazioni | 239 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2018-01-11 |
Data di Pubblicazione | 2018-01-11 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Tyler Elliott |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |