Merge Outlook Calendar
Select the merge view by default when using outlook web calendar
O que é Merge Outlook Calendar?
Merge Outlook Calendar é uma extensão do Chrome desenvolvida por Tyler Elliott, e sua principal característica é "Select the merge view by default when using outlook web calendar".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Merge Outlook Calendar
Baixe arquivos de extensão Merge Outlook Calendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lickgobohnoilijjmadngpopdnjkalge |
URL Oficial | https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge |
Descrição | Select the merge view by default when using outlook web calendar |
Tamanho do Arquivo | 7.33 KB |
Contagem de Instalações | 239 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-01-11 |
Data de Publicação | 2018-01-11 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Tyler Elliott |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |