Enterprise Hardware Platform

enterprise.hardwarePlatform
Low RiskCategory: System & PerformanceView Official Docs

Technical Context

Provides information about the hardware platform in enterprise environments. This includes manufacturer and model data for device management purposes.

What This Means For You

In company-managed Chrome, the extension can see what type of computer you are using. This helps IT teams manage different device types.

Related APIs

This permission enables access to these Chrome APIs:

chrome.enterprise.hardwarePlatform

Common Use Cases

  • Enterprise deployment
  • Hardware inventory

How to Declare in manifest.json

Add the "enterprise.hardwarePlatform" permission to your extension manifest:

{
  "manifest_version": 3,
  "name": "My Extension",
  "permissions": [
    "enterprise.hardwarePlatform"
  ]
}

Related Permissions