Requirements 在使用者裝置上下載的Mozilla Firefox瀏覽器 透過Jamf Pro部署的來自Jamf Security Cloud的瀏覽器資訊清單PKG檔 在Jamf Pro中,於側邊欄中按一下電腦。按一下側邊欄中的 設定描述檔 。按一下 新建。在「一般」承載資料中使用預設基本設定,包括套用描述檔的層級和發佈方法。按一下「應用程式和自訂設定」承載資料,然後按一下外部應用程式。按一下新增。在偏好網域欄位中,輸入org.mozilla.firefox。使用以下代碼,為瀏覽器延伸功能行為建立所需的政策。下列PLIST範例中的密鑰-值可以修改以符合所需的政策選項。 <dict> <key>EnterprisePoliciesEnabled</key> <true/> <key>ExtensionSettings</key> <dict> <key>verified-access@amazonaws</key> <dict> <key>install_url</key> <string>https://addons.mozilla.org/firefox/downloads/latest/aws-verified-access/latest.xpi</string> <key>installation_mode</key> <string>normal_installed</string> </dict> </dict> </dict> 按一下範圍標籤頁並配置描述檔的範圍。按一下儲存 。Related content管理附加元件(Mozilla)