« [AppleScrip] mobileconfigを作る | トップページ | [mobileconfig]通知設定のmobileconfigを作る »

[com.google.Chrome]com.google.Chromeの通知設定が2つあるのは?

Google Chromeの通知設定は複数のアプリケーションが受け持っています
ひとつはアプリケーション本体である
com.google.Chrome
もう一つは
com.google.Chrome.framework.AlertNotificationService
パスは
/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/99.0.4844.74/Helpers/Google Chrome Helper (Alerts).app

なので
通知の設定が2つあります
_20220319_15_52_13


後は
_WEB_CENTER_経由となります。→これはSAFARIの設定です
(設定を同期している場合はiPhoneの通知にも関係しますので操作は慎重に!)
_WEB_CENTER_:web.calendar.google.com
Safariの環境設定の↓ここになります
_20220319_16_57_26


なのでmobileconfigで通知をコントロールする場合は
com.google.Chrome
com.google.Chrome.framework.AlertNotificationService
両方を作る必要があります。
サンプル※注意:通知を『行わない』設定です。通知が必要な方は適応しないでください

ダウンロード - e9809ae79fa5e8a8ade5ae9ae382b5e383b3e38395e3829ae383ab.zip


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

    <dict>

        <key>ConsentText</key>

        <dict>

            <key>default</key>

            <string>com.google.chrome通知設定</string>

        </dict>

        <key>PayloadContent</key>

        <array>

            <dict>

                <key>NotificationSettings</key>

                <array>

                    <dict>

                        <key>BundleIdentifier</key>

                        <string>com.google.chrome</string>

                        <key>AlertType</key>

                        <integer>0</integer>

                        <key>PreviewType</key>

                        <integer>1</integer>

                        <key>GroupingType</key>

                        <integer>1</integer>

                        <key>NotificationsEnabled</key>

                        <false/>

                        <key>ShowInCarPlay</key>

                        <false/>

                        <key>BadgesEnabled</key>

                        <false/>

                        <key>CriticalAlertEnabled</key>

                        <false/>

                        <key>ShowInLockScreen</key>

                        <false/>

                        <key>ShowInNotificationCenter</key>

                        <false/>

                        <key>SoundsEnabled</key>

                        <false/>

                    </dict>

                </array>

                <key>PayloadDescription</key>

                <string>com.google.chrome通知設定</string>

                <key>PayloadDisplayName</key>

                <string>com.google.chrome通知設定</string>

                <key>PayloadIdentifier</key>

                <string>com.apple.notificationsettings.com.google.chrome</string>

                <key>PayloadType</key>

                <string>com.apple.notificationsettings</string>

                <key>PayloadUUID</key>

                <string>1F72E151-5FD1-433E-98CD-B1732D005ED2</string>

                <key>PayloadVersion</key>

                <integer>1</integer>

            </dict>

        </array>

        <key>PayloadDescription</key>

        <string>com.google.chrome通知設定</string>

        <key>PayloadDisplayName</key>

        <string>com.google.chrome通知設定</string>

        <key>PayloadIdentifier</key>

        <string>com.apple.notificationsettings.com.google.chrome</string>

        <key>PayloadOrganization</key>

        <string>com.google.chrome</string>

        <key>PayloadRemovalDisallowed</key>

        <false/>

        <key>PayloadScope</key>

        <string>User</string>

        <key>PayloadType</key>

        <string>Configuration</string>

        <key>PayloadUUID</key>

        <string>8394CCE7-40FB-4335-88D9-16511C5F1549</string>

        <key>PayloadVersion</key>

        <integer>1</integer>

    </dict>

</plist>



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

    <dict>

        <key>ConsentText</key>

        <dict>

            <key>default</key>

            <string>web.calendar.google.com通知設定</string>

        </dict>

        <key>PayloadContent</key>

        <array>

            <dict>

                <key>NotificationSettings</key>

                <array>

                    <dict>

                        <key>BundleIdentifier</key>

                        <string>_WEB_CENTER_:web.calendar.google.com</string>

                        <key>AlertType</key>

                        <integer>0</integer>

                        <key>PreviewType</key>

                        <integer>1</integer>

                        <key>GroupingType</key>

                        <integer>1</integer>

                        <key>NotificationsEnabled</key>

                        <false/>

                        <key>ShowInCarPlay</key>

                        <false/>

                        <key>BadgesEnabled</key>

                        <false/>

                        <key>CriticalAlertEnabled</key>

                        <false/>

                        <key>ShowInLockScreen</key>

                        <false/>

                        <key>ShowInNotificationCenter</key>

                        <false/>

                        <key>SoundsEnabled</key>

                        <false/>

                    </dict>

                </array>

                <key>PayloadDescription</key>

                <string>web.calendar.google.com通知設定</string>

                <key>PayloadDisplayName</key>

                <string>web.calendar.google.com通知設定</string>

                <key>PayloadIdentifier</key>

                <string>_WEB_CENTER_:web.calendar.google.com</string>

                <key>PayloadType</key>

                <string>com.apple.notificationsettings</string>

                <key>PayloadUUID</key>

                <string>8E73C0A7-789D-4FAF-A619-5A4B23929264</string>

                <key>PayloadVersion</key>

                <integer>1</integer>

            </dict>

        </array>

        <key>PayloadDescription</key>

        <string>web.calendar.google.com通知設定</string>

        <key>PayloadDisplayName</key>

        <string>web.calendar.google.com通知設定</string>

        <key>PayloadIdentifier</key>

        <string>com.apple.notificationsettings.web.calendar.google.com</string>

        <key>PayloadOrganization</key>

        <string>com.google.chrome</string>

        <key>PayloadRemovalDisallowed</key>

        <false/>

        <key>PayloadScope</key>

        <string>User</string>

        <key>PayloadType</key>

        <string>Configuration</string>

        <key>PayloadUUID</key>

        <string>D42CF3E1-AF1E-4C7B-9B55-1026CB8FA868</string>

        <key>PayloadVersion</key>

        <integer>1</integer>

    </dict>

</plist>


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

    <dict>

        <key>ConsentText</key>

        <dict>

            <key>default</key>

            <string>com.google.chrome.framework.AlertNotificationService通知設定</string>

        </dict>

        <key>PayloadContent</key>

        <array>

            <dict>

                <key>NotificationSettings</key>

                <array>

                    <dict>

                        <key>BundleIdentifier</key>

                        <string>com.google.chrome.framework.AlertNotificationService</string>

                        <key>AlertType</key>

                        <integer>0</integer>

                        <key>PreviewType</key>

                        <integer>1</integer>

                        <key>GroupingType</key>

                        <integer>1</integer>

                        <key>NotificationsEnabled</key>

                        <false/>

                        <key>ShowInCarPlay</key>

                        <false/>

                        <key>BadgesEnabled</key>

                        <false/>

                        <key>CriticalAlertEnabled</key>

                        <false/>

                        <key>ShowInLockScreen</key>

                        <false/>

                        <key>ShowInNotificationCenter</key>

                        <false/>

                        <key>SoundsEnabled</key>

                        <false/>

                    </dict>

                </array>

                <key>PayloadDescription</key>

                <string>com.google.chrome.framework.AlertNotificationService通知設定</string>

                <key>PayloadDisplayName</key>

                <string>com.google.chrome.framework.AlertNotificationService通知設定</string>

                <key>PayloadIdentifier</key>

                <string>com.apple.notificationsettings.com.google.chrome.framework.AlertNotificationService</string>

                <key>PayloadType</key>

                <string>com.apple.notificationsettings</string>

                <key>PayloadUUID</key>

                <string>5DA5A824-5C0F-4237-AA79-4C871D490C85</string>

                <key>PayloadVersion</key>

                <integer>1</integer>

            </dict>

        </array>

        <key>PayloadDescription</key>

        <string>com.google.chrome.framework.AlertNotificationService通知設定</string>

        <key>PayloadDisplayName</key>

        <string>com.google.chrome.framework.AlertNotificationService通知設定</string>

        <key>PayloadIdentifier</key>

        <string>com.apple.notificationsettings.com.google.chrome.framework.AlertNotificationService</string>

        <key>PayloadOrganization</key>

        <string>com.google.chrome.framework.AlertNotificationService</string>

        <key>PayloadRemovalDisallowed</key>

        <false/>

        <key>PayloadScope</key>

        <string>User</string>

        <key>PayloadType</key>

        <string>Configuration</string>

        <key>PayloadUUID</key>

        <string>76CAF8E0-8EB7-4EF1-B52A-7B7BBDCAA202</string>

        <key>PayloadVersion</key>

        <integer>1</integer>

    </dict>

</plist>

|

« [AppleScrip] mobileconfigを作る | トップページ | [mobileconfig]通知設定のmobileconfigを作る »

Admin Mobileconfig」カテゴリの記事

Admin Device Management」カテゴリの記事