說明
使用 chrome.enterprise.hardwarePlatform
API 取得執行瀏覽器的硬體平台製造商和型號。注意:這項 API 僅適用於透過企業政策安裝的擴充功能。
權限
enterprise.hardwarePlatform
可用性
Chrome 71 以上版本 需要政策
類型
HardwarePlatformInfo
屬性
- 製造商
字串
- 模型
字串
方法
getHardwarePlatformInfo()
chrome.enterprise.hardwarePlatform.getHardwarePlatformInfo(): Promise<HardwarePlatformInfo>
取得硬體平台的製造商和型號,並在擴充功能獲得授權後,透過 callback
傳回。
傳回
-
Promise<HardwarePlatformInfo>
Chrome 96 以上版本