Merge Outlook Calendar
Select the merge view by default when using outlook web calendar
Merge Outlook Calendarとは何ですか?
Merge Outlook CalendarはTyler Elliottによって開発されたChromeの拡張機能で、その主な機能は「Select the merge view by default when using outlook web calendar」です。
拡張機能のスクリーンショット
Merge Outlook Calendar拡張機能のCRXファイルをダウンロード
Merge Outlook Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | lickgobohnoilijjmadngpopdnjkalge |
公式URL | https://chromewebstore.google.com/detail/merge-outlook-calendar/lickgobohnoilijjmadngpopdnjkalge |
説明 | Select the merge view by default when using outlook web calendar |
ファイルサイズ | 7.33 KB |
インストール数 | 239 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-01-11 |
公開日 | 2018-01-11 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Tyler Elliott |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |