[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
後は
_WEB_CENTER_経由となります。→これはSAFARIの設定です
(設定を同期している場合はiPhoneの通知にも関係しますので操作は慎重に!)
_WEB_CENTER_:web.calendar.google.com
Safariの環境設定の↓ここになります
なので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>
| 固定リンク
「Admin Mobileconfig」カテゴリの記事
- 【メモ】MDMでイマイチまだ理解が足りない部分(2025.01.11)
- [mobileconfig]言語設定の変更(非推奨)(2024.12.20)
- mobileconfigを使って言語設定を切り替える(2024.12.16)
- [The Unarchiver] mobileconfigの値を見直した(2024.12.06)
- [NSGlobalDomain_m]AppleLanguages(2024.11.27)
「Admin Device Management」カテゴリの記事
- デバイスUUIDの取得(2024.11.11)
- モデル名を取得する(2024.05.17)
- TB Default Item Identifiers(com.apple.finder.plist)(2023.12.22)
- [profiles] profiles コマンド書き出したバックアップを各ファイルに書き出す(2023.11.12)
- [profiles]現在のユーザー・プロファイル設定をバックアップ(2023.10.31)