PLIST (.plist) ポリシーの展開
PLISTポリシーを使用したKeeperFillの展開

PLISTポリシーを利用したKeeper Chromeブラウザ拡張機能の展開
Keeper plistポリシー構成ファイルの作成


PLISTポリシーの展開
最終更新
PLISTポリシーを使用したKeeperFillの展開



最終更新
cd /tmp
touch com.google.Chrome.plist
ls -la<?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>ExtensionSettings</key>
<dict>
<key>bfogiafebfohielmmehodmfbbebbbpei</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://clients2.google.com/service/update2/crx</string>
</dict>
</dict>
<key>ExtensionPolicies</key>
<!-- Chrome policies should be outside of ExtensionSettings -->
<key>PasswordManagerEnabled</key>
<false/>
<key>AutofillCreditCardEnabled</key>
<false/>
<key>AutofillAddressEnabled</key>
<false/>
</dict>
</plist>