Enterprise Networking Attributes

enterprise.networkingAttributes
Low RiskCategory: System & PerformanceView Official Docs

Technical Context

Grants access to network-related device attributes in enterprise-managed Chrome environments. This includes network information set by administrators for device identification.

What This Means For You

In company-managed Chrome, the extension can see network configuration set by IT administrators. This is only relevant for enterprise deployments.

Related APIs

This permission enables access to these Chrome APIs:

chrome.enterprise.networkingAttributes

Common Use Cases

  • Enterprise management
  • Network inventory

How to Declare in manifest.json

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

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

Related Permissions